This commit is contained in:
2026-05-10 17:50:00 +08:00
parent 06cd48986b
commit cffedf0200
+1 -1
View File
@@ -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)
{