Update config.py

This commit is contained in:
宗宸·谢尔比 2025-02-10 20:43:09 +08:00 committed by GitHub
parent 6a9d949b4d
commit 602e3495ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ API_TYPE="deepseek" # 可选值: "deepseek" 或 "ollama"
# DeepSeek API配置
# 官方默认API地址: "https://api.deepseek.com/v1/chat/completions"
# 硅基流动https://api.siliconflow.cn/v1/chat/completion
# 硅基流动https://api.siliconflow.cn/v1/chat/completions
DEEPSEEK_API_URL=""
DEEPSEEK_API_KEY=""
@ -36,4 +36,4 @@ THEMES = {
"button_hover": "#1976d2",
"button_pressed": "#1565c0"
}
}
}