feat(memory): enhance memory integration prompt for better responses
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 8m5s

This commit is contained in:
gameloader
2025-10-23 20:36:13 +08:00
parent 994b6fc0fe
commit 33063821df
2 changed files with 15 additions and 5 deletions

View File

@ -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