ai assistants maker
v1.0.0
カスタムAIアシスタントを作成および管理するためのツールキット、エンジニアリングプロンプト、およびプロジェクトのニーズに完全に適合するようにします。
リポジトリをクローンするか、ダウンロードしてください。
git clone https://github.com/ximilsoft/ai-assistants-maker
プロジェクトディレクトリに移動します。
cd ai-assistants-maker
assistants
ディレクトリに移動します。
cd assistants
Webブラウザを開き、次のように移動します。
http://localhost/ai-assistants-maker
AIアシスタントのリストが表示され、1人の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ライセンスの下でライセンスされています。
このプロジェクトが役立つ場合は、リポジトリに出演してサポートを示してください。