ai shifu
1.0.0
师父模式:专家主导、AI交付、用户跟随、随时互动
英语 | 简体中文
AI-Shifu 是由法学硕士提供支持的指南。与其他人类主导的聊天机器人不同,AI-Shifu 是人工智能主导的聊天流程,人类只需要跟随即可。虽然在这个过程中,人类可以随时提出问题,影响对话内容,但最终还是会回归到AI主导的故事情节。而人工智能可以根据用户身份、兴趣和偏好进行个性化输出,让用户感觉自己正在接受一对一的服务。在教育、讲故事、产品引导、调查、游戏NPC场景等方面,AI师父都能提供更具互动性和沉浸感的体验。
AI师父网是由AI师父打造的教育平台。您可以尝试一下,学习由人类专家开发的人工智能引导课程。
确保您的机器已安装 Docker 和 Docker Compose。
git clone https://github.com/ai-shifu/ai-shifu.git
cd ai-shifu/docker
cp .env.example .env
# Modify the configuration in the .env file. At least one LLM access key should be configured, and set DEFAULT_LLM_MODEL to the name of the model
docker compose up -d
然后访问http://localhost:8080
。
git clone https://github.com/ai-shifu/ai-shifu.git
cd ai-shifu/docker
cp .env.example .env
# Modify the configuration in the .env file. At least one LLM access key should be configured, and set DEFAULT_LLM_MODEL to the name of the model
./dev_in_docker.sh
然后访问http://localhost:8080
。
安装手册