FoloToy / folotoy-server-self-hosting

Config files for self-hosting the FoloToy Server. Documents: https://docs.folotoy.com
https://tool.folotoy.com
GNU General Public License v3.0
477 stars 86 forks source link

无法返回语音 #120

Open hauwee opened 9 months ago

hauwee commented 9 months ago

image

lewangdev commented 9 months ago

模型名称没有设置,用 moonshot, model 要设置成以下几个,例如 moonshot-v1-8k。可以在 roles.json 里面为每一个角色单独定义 model 字段或者在 docker-compose.yml 里面设置全局默认环境变量 OPENAI_OPENAI_MODEL: moonshot-v1-8k

image