RealChar是一个可以创建、定制和实时与之对话的AI角色/伴侣的平台。
与其他产品比较:
官方教程:
Speech to text-Google Cloud API获取
Text to speech-ElevenLabs API Key获取
Supabase Project URL
OpenAI/Anthropic API key
安装项目
git clone https://github.com/Shaunwei/RealChar.git && cd RealChar
# 在相应.env文件中设置好API KEY参数
cp .env.example .env
# 下载docker镜像
docker pull shaunly/real_char:latest
# 访问http://localhost:8000
python cli.py docker-run
本地部署
本文仅作为工具分享记录。
本文与HBlog保持同步。