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) {