File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55# 模型配置 (Model Configuration)
66# ===========================================
77OLLAMA_BASE_URL = http://ollama:11434
8- CHAT_MODEL_NAME = qwen2.5:latest
9- EMBEDDING_MODEL_NAME = qwen2.5 :latest
10- MODEL_TEMPERATURE = 0.3
8+ CHAT_MODEL_NAME = qwen3:8b
9+ EMBEDDING_MODEL_NAME = bge-m3 :latest
10+ MODEL_TEMPERATURE = 0
1111
1212# ===========================================
1313# 数据库配置 (Database Configuration)
@@ -38,7 +38,7 @@ MICROSOFT_TTS_KEY=your_microsoft_tts_key_here
3838# ===========================================
3939# TTS 配置 (Text-to-Speech Configuration)
4040# ===========================================
41- TTS_ENDPOINT =
41+ TTS_ENDPOINT = https://eastus.tts.speech.microsoft.com/cognitiveservices/v1
4242TTS_VOICE_NAME = zh-CN-XiaoxiaoNeural
4343TTS_OUTPUT_FORMAT = audio-16khz-32kbitrate-mono-mp3
4444AUDIO_OUTPUT_DIR = /app/audio
You can’t perform that action at this time.
0 commit comments