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许可获得许可。
如果您发现此项目有帮助,请通过主演存储库来表示支持。