Toolkit for creating and managing custom AI assistants, engineering prompts, and ensuring they perfectly fit your project needs.
- Create AI assistants that meet your expectations.
- Easily engineer AI assistants.
- Design and analysis your prompts.
- Making AI assistants more efficient.
- Help you manage your AI assistants.
-
Clone the repository or download it:
git clone https://github.com/ximilsoft/ai-assistants-maker
-
Navigate to the project directory:
cd ai-assistants-maker -
Navigate to the
assistantsdirectory:cd assistants -
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:
- Calculator Ai Assistant
-
Copy and paste the folder
calculator-ai-assistantinside theassistantsfolder. -
Inside the
assistantsfolder, you will now have:- calculator-ai-assistant - calculator-ai-assistant2
-
Navigate to the
calculator-ai-assistant2folder 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.phpand update it with your AI Assistant information:<?php // Role of the AI assistant $role = "calculator"; // User inputs required $input = "numbers"; // The action the AI assistant performs $action = "calculate"; // The process executed by the AI assistant $process = "calculating the result";
-
Navigate to the
promptsfolder and Fill in text files as you need
This project is licensed under the MIT License.
If you find this project helpful, show your support by starring the repository.