From 73b5efeb8fe4adbe000a18955d9ccd4963739473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 8 Aug 2026 13:09:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0DeepSeek=20API?= =?UTF-8?q?=20Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 application.yml 文件中 DeepSeek API 的 api-key 字段 - 替换旧的 API Key sk-934dbcdbc1b6414bac91c24c3dd2287b 为新 Key sk-3c23cfd250984cfabe4f97cfee08c91c - 确保配置文件中 API Key 信息的最新有效性 --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6ef13b1..6c50469 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -175,7 +175,7 @@ house: endpoint: https://api.deepseek.com/chat/completions name: deepseek-v4-flash # 请将 YOUR_DEEPSEEK_API_KEY 替换为 DeepSeek 官网申请的真实 API Key。 - api-key: sk-934dbcdbc1b6414bac91c24c3dd2287b + api-key: sk-3c23cfd250984cfabe4f97cfee08c91c # 高德 Streamable HTTP MCP。请将 YOUR_AMAP_KEY 替换为高德官网申请的真实 Key。 amap-mcp: enabled: true