feat(openai): 新增 NLP 相关接口

This commit is contained in:
Fu Diwei
2021-10-11 18:34:21 +08:00
parent 38f05bc467
commit 592e4e3587
38 changed files with 1617 additions and 42 deletions

View File

@@ -9,7 +9,10 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests
Instance = new WechatOpenAIClient(new WechatOpenAIClientOptions()
{
ClientId = TestConfigs.WechatClientId,
ClientKey = TestConfigs.WechatClientKey
ClientKey = TestConfigs.WechatClientKey,
AppId = TestConfigs.WechatAppId,
Token = TestConfigs.WechatToken,
EncodingAESKey = TestConfigs.WechatEncodingAESKey
});
}