Skip to content

Commit 49cff02

Browse files
authored
Merge pull request #2113 from 6vision/update-0626
Update parameter descriptions for clarity
2 parents 08f0023 + 4f1acf2 commit 49cff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"open_ai_api_base": "https://api.openai.com/v1",
1818
"proxy": "", # openai使用的代理
1919
# chatgpt模型, 当use_azure_chatgpt为true时,其名称为Azure上model deployment名称
20-
"model": "gpt-3.5-turbo", # 支持ChatGPT、Claude、Gemini、文心一言、通义千问、Kimi、讯飞星火、智谱、LinkAI等模型,模型具体名称详见common/const.py文件列出的模型
20+
"model": "gpt-3.5-turbo", # 可选择: gpt-4o, gpt-4-turbo, claude-3-sonnet, wenxin, moonshot, qwen-turbo, xunfei, glm-4, minimax, gemini等模型,全部可选模型详见common/const.py文件
2121
"bot_type": "", # 可选配置,使用兼容openai格式的三方服务时候,需填"chatGPT"。bot具体名称详见common/const.py文件列出的bot_type,如不填根据model名称判断,
2222
"use_azure_chatgpt": False, # 是否使用azure的chatgpt
2323
"azure_deployment_id": "", # azure 模型部署名称
@@ -96,7 +96,7 @@
9696
"voice_reply_voice": False, # 是否使用语音回复语音,需要设置对应语音合成引擎的api key
9797
"always_reply_voice": False, # 是否一直使用语音回复
9898
"voice_to_text": "openai", # 语音识别引擎,支持openai,baidu,google,azure
99-
"text_to_voice": "openai", # 语音合成引擎,支持openai,baidu,google,pytts(offline),azure,elevenlabs,edge(online)
99+
"text_to_voice": "openai", # 语音合成引擎,支持openai,baidu,google,pytts(offline),ali,azure,elevenlabs,edge(online)
100100
"text_to_voice_model": "tts-1",
101101
"tts_voice_id": "alloy",
102102
# baidu 语音api配置, 使用百度语音识别和语音合成时需要

0 commit comments

Comments
 (0)