This commit is contained in:
李超 2026-05-10 17:50:00 +08:00
parent 06cd48986b
commit cffedf0200
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace BLL.Common
public class OpenAIhelper public class OpenAIhelper
{ {
private const string ApiKey = "sk-a5014a22a49049d1b2179a6c0d8eec1c"; 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) public static string ChatCompletion(string content)
{ {