feat(memory): enhance memory integration prompt for better responses
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 8m5s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 8m5s
This commit is contained in:
@ -41,7 +41,7 @@ DOUBAO_TTS_API_URL = "https://openspeech.bytedance.com/api/v3/tts/unidirectional
|
||||
DOUBAO_TTS_APP_ID = os.getenv("DOUBAO_TTS_APP_ID", "3842625790")
|
||||
DOUBAO_TTS_ACCESS_KEY = os.getenv("DOUBAO_TTS_KEY", "YOUR_ACCESS_KEY")
|
||||
DOUBAO_TTS_RESOURCE_ID = "seed-tts-1.0" # 豆包语音合成模型1.0 字符版
|
||||
DOUBAO_TTS_SPEAKER = "ICL_zh_female_aojiaonvyou_tob"
|
||||
DOUBAO_TTS_SPEAKER = "ICL_zh_female_huoponvhai_tob"
|
||||
DOUBAO_TTS_FORMAT = "mp3"
|
||||
DOUBAO_TTS_SAMPLE_RATE = 24000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user