Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新镜像免费edge tts 配置例子,测试可以。可以调tts速度 #500

Open
joe12801 opened this issue May 7, 2024 · 0 comments

Comments

@joe12801
Copy link

joe12801 commented May 7, 2024

config.json
{
"account": "159999xxx",
"password": "xxx",
"hardware": "LX06",
"stream": true,
"bot": "doubao",
"tts": "edge",
"tts_options" : {"voice" : "zh-CN-XiaoyiNeural","rate" :"速度快慢","pitch" : "音高低","volume":"音量大小"},
"prompt" : "请用100字以内回答",
"start_conversation": "开始连续对话",
"end_conversation": "连续结束",
"volc_access_key": "fftrtrtrM1ZmE5YTg5MGM3ZWY4MjNkODc",
"volc_secret_key": "rtrtrtrtRGhoTVRnME5HWTFaRGxoT0dFd1pqVQ==",
"keyword": "请回答",
"mute_xiaoai": true
}

下面是docker-compose.yaml的代例子

version: '3'
services:
xiaogpt:
image: yihong0618/xiaogpt
command: --config=/config/config.json
ports:
- "9527:9527"
environment:
XIAOGPT_HOSTNAME: 192.168.2.160
volumes:
- /root/xiaogpt:/config
- /root/xiaogpt/cookies.json:/cookies.json:ro
deploy:
restart_policy:
condition: on-failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant