评论+ds
This commit is contained in:
@@ -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 解析器
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user