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 라이센스에 따라 라이센스가 부여됩니다.
이 프로젝트가 도움이되면 저장소를 주연시켜 지원을 보여주십시오.