Skip to content

Commit c96bf1e

Browse files
committed
feat: 更新.env.example
1 parent 5284d4d commit c96bf1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# 模型配置 (Model Configuration)
66
# ===========================================
77
OLLAMA_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
4242
TTS_VOICE_NAME=zh-CN-XiaoxiaoNeural
4343
TTS_OUTPUT_FORMAT=audio-16khz-32kbitrate-mono-mp3
4444
AUDIO_OUTPUT_DIR=/app/audio

0 commit comments

Comments
 (0)