This commit is contained in:
parent
06cd48986b
commit
cffedf0200
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue