fix(config): 更新DeepSeek API Key

- 修改 application.yml 文件中 DeepSeek API 的 api-key 字段
- 替换旧的 API Key sk-934dbcdbc1b6414bac91c24c3dd2287b 为新 Key sk-3c23cfd250984cfabe4f97cfee08c91c
- 确保配置文件中 API Key 信息的最新有效性
This commit is contained in:
2026-08-08 13:09:36 +08:00
parent 8d24e12d89
commit 73b5efeb8f
+1 -1
View File
@@ -175,7 +175,7 @@ house:
endpoint: https://api.deepseek.com/chat/completions endpoint: https://api.deepseek.com/chat/completions
name: deepseek-v4-flash name: deepseek-v4-flash
# 请将 YOUR_DEEPSEEK_API_KEY 替换为 DeepSeek 官网申请的真实 API Key。 # 请将 YOUR_DEEPSEEK_API_KEY 替换为 DeepSeek 官网申请的真实 API Key。
api-key: sk-934dbcdbc1b6414bac91c24c3dd2287b api-key: sk-3c23cfd250984cfabe4f97cfee08c91c
# 高德 Streamable HTTP MCP。请将 YOUR_AMAP_KEY 替换为高德官网申请的真实 Key。 # 高德 Streamable HTTP MCP。请将 YOUR_AMAP_KEY 替换为高德官网申请的真实 Key。
amap-mcp: amap-mcp:
enabled: true enabled: true