评论+ds

This commit is contained in:
Van0313
2025-04-28 17:46:51 +08:00
parent 7885196aa6
commit 8b7f5bf676

View File

@@ -17,7 +17,7 @@ public class DeepSeekClientUtil {
private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(DeepSeekClientUtil.class);
private static final String DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"; // 确认 API 地址
private static final String DEEPSEEK_API_KEY = "d99b8cc6b7414cc88a5d950a3ff7585e"; // 替换为你的密钥
private static final String DEEPSEEK_API_KEY = "sk-d99b8cc6b7414cc88a5d950a3ff7585e"; // 替换为你的密钥
private static final ObjectMapper objectMapper = new ObjectMapper(); // Jackson JSON 解析器