Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2 KB

README.md

File metadata and controls

89 lines (66 loc) · 2 KB

AI Assistants Maker

Toolkit for creating and managing custom AI assistants, engineering prompts, and ensuring they perfectly fit your project needs.

Features

  • 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.

Installation

  1. Clone the repository or download it:

    git clone https://github.com/ximilsoft/ai-assistants-maker
  2. Navigate to the project directory:

    cd ai-assistants-maker
  3. Navigate to the assistants directory:

    cd assistants
  4. Open your web browser and navigate to:

    http://localhost/ai-assistants-maker
    
  5. You will see a list of AI Assistants, and you will have one AI Assistant available:

    - Calculator Ai Assistant

Getting Started

  1. Copy and paste the folder calculator-ai-assistant inside the assistants folder.

  2. Inside the assistants folder, you will now have:

    - calculator-ai-assistant
    - calculator-ai-assistant2
  3. Navigate to the calculator-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
  4. Open conf.php and 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";
  5. Navigate to the prompts folder and Fill in text files as you need

License

This project is licensed under the MIT License.

Support

If you find this project helpful, show your support by starring the repository.