ai shifu
1.0.0
Shifu(마스터) 모드 : 전문가 주도, AI 제공, 사용자 팔로우, 언제든지 상호 작용
영어 | 简体中文
AI-Shifu는 LLM이 제공하는 가이드입니다. 인간이 주도하는 다른 챗봇과 달리 AI-Shifu는 AI가 주도하는 채팅 흐름이므로 인간이 따라가기만 하면 됩니다. 그 과정에서 인간은 언제든지 질문을 하고 대화 내용에 영향을 미칠 수 있지만 결국 AI가 주도하는 스토리라인으로 돌아가게 된다. 그리고 AI는 사용자 신원, 관심사, 선호도를 기반으로 개인화된 결과를 만들어 사용자가 일대일로 서비스를 받는 것처럼 느끼게 할 수 있습니다. 교육, 스토리텔링, 제품 가이드, 설문조사, 게임 NPC 시나리오에서 AI-Shifu는 더욱 상호 작용적이고 몰입감 있는 경험을 제공할 수 있습니다.
AI-Shifu.com은 AI-Shifu가 제공하는 교육 플랫폼입니다. 직접 체험해보고 인간 전문가가 개발한 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
방문하세요.
매뉴얼 설치