From 665cb08f5e74996d417f26ab2bad6d7fe210ea2b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 九月 2026 14:05:16 +0800
Subject: [PATCH] 1.修改省立同德满意度统计接口
---
smartor/src/main/java/com/smartor/common/DeepSeekApi.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/common/DeepSeekApi.java b/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
index aafd84f..353d1ab 100644
--- a/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
+++ b/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
@@ -13,7 +13,7 @@
@Slf4j
public class DeepSeekApi {
// 鏇挎崲涓轰綘鑷繁鐨刱ey
- private static final String API_KEY = "sk-4e489637e105411596be6c72e2dacdbd";
+ private static final String API_KEY = "sk-cf3ee671f8e94dde97ea9a2dc1be9bfb";
private static final String API_URL = "https://api.deepseek.com/v1/chat/completions";
public static void main(String[] args) {
--
Gitblit v1.9.3