From cffedf0200d0ce16a261bbdd975bc00bb28b12ac Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Sun, 10 May 2026 17:50:00 +0800 Subject: [PATCH] 11 --- HJGL_DS/BLL/Common/OpenAIhelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/BLL/Common/OpenAIhelper.cs b/HJGL_DS/BLL/Common/OpenAIhelper.cs index ef2c4e0..da77afc 100644 --- a/HJGL_DS/BLL/Common/OpenAIhelper.cs +++ b/HJGL_DS/BLL/Common/OpenAIhelper.cs @@ -15,7 +15,7 @@ namespace BLL.Common public class OpenAIhelper { private const string ApiKey = "sk-a5014a22a49049d1b2179a6c0d8eec1c"; - private const string AIURL = "https://api.deepseek.com/anthropic"; + private const string AIURL = "https://api.deepseek.com/chat/completions"; public static string ChatCompletion(string content) {