mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-06-23 00:49:31 +08:00
Upgrade TTS to qwen3-tts-instruct-flash with instruction control
Adds an optional instructions parameter to sendVoiceMessage so the model can describe tone, pace and emotion in natural language. Defaults the TTS model to qwen3-tts-instruct-flash; Chelsie voice is unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -95,8 +95,8 @@ dashScopeApiKey: ''
|
||||
imageModel: 'qwen-image-2.0'
|
||||
# 是否在生成图片右下角添加 Qwen-Image 水印
|
||||
imageWatermark: false
|
||||
# 百炼平台TTS模型
|
||||
ttsModel: 'qwen-tts'
|
||||
# 百炼平台TTS模型,qwen3-tts-instruct-flash 支持 instructions 指令控制语气
|
||||
ttsModel: 'qwen3-tts-instruct-flash'
|
||||
# Jina API Key
|
||||
jinaApiKey: ''
|
||||
# SearXNG 搜索引擎地址,如 http://127.0.0.1:8080/search 必须启用允许json格式返回
|
||||
|
||||
Reference in New Issue
Block a user