ai assistants maker
v1.0.0
用於創建和管理自定義AI助手,工程提示並確保它們完全滿足您項目需求的工具包。
克隆存儲庫或下載:
git clone https://github.com/ximilsoft/ai-assistants-maker
導航到項目目錄:
cd ai-assistants-maker
導航到assistants
目錄:
cd assistants
打開您的網絡瀏覽器並導航到:
http://localhost/ai-assistants-maker
您將看到AI助手的清單,您將有一個AI助手:
- Calculator Ai Assistant
在assistants
文件夾中復制並粘貼文件夾calculator-ai-assistant
。
在assistants
文件夾中,您現在將擁有:
- calculator-ai-assistant
- calculator-ai-assistant2
導航到calculator-ai-assistant2
文件夾,您會發現以下文件:
- prompts
- examples.txt
- expectation.txt
- instructions.txt
- rules.txt
- start.txt
- user_Interaction.txt
- conf.php
- expand.php
- index.php
打開conf.php
並使用您的AI助手信息進行更新:
<?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 " ;
導航到prompts
文件夾並根據需要填寫文本文件
該項目已根據MIT許可獲得許可。
如果您發現此項目有幫助,請通過主演存儲庫來表示支持。