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
。
安裝手冊