mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(openai): 新增 NLP 相关接口
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user