This repository helps you create AI assistants.
- Easily engineer AI assistants.
- Create assistants that meet your expectations.
- Clone the repository or download it:
git clone https://github.com/mohammedellihr/ai-assistants-maker
- Navigate to the project directory:
cd ai-assistants-maker
- Open your web browser and navigate to:
http://localhost/ai-assistants-maker
- You will see a list of AI Assistants, and you will have one AI Assistant available:
- Simple AI Assistant
- Copy and paste the folder
simple-ai-assistant
inside theassistants
folder. - Inside the
assistants
folder, you will now have:- simple-ai-assistant - simple-ai-assistant2
- Navigate to the
simple-ai-assistant2
folder and you will find the following files:- prompts - examples.txt - expectation.txt - instructions.txt - rules.txt - start.txt - user_Interaction.txt - conf.php - expand.php - index.php
- Open
conf.php
and update it with your AI Assistant information:<?php $role = "Brand name generator"; $input = "brand category or specific industry/market targeting"; $action = "he want to improve"; $process = "generation and Provide a list of 10 potential names along with a brief explanation of why each one is suitable for this specific brand";
This project is licensed under the MIT License.