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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user