mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(openai): 重命名 "WechatOpenAI" → "WechatChatbot"
This commit is contained in:
@@ -4,7 +4,7 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests
|
||||
{
|
||||
static TestClients()
|
||||
{
|
||||
Instance = new WechatOpenAIClient(new WechatOpenAIClientOptions()
|
||||
Instance = new WechatChatbotClient(new WechatChatbotClientOptions()
|
||||
{
|
||||
AppId = TestConfigs.WechatAppId,
|
||||
Token = TestConfigs.WechatToken,
|
||||
@@ -12,6 +12,6 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests
|
||||
});
|
||||
}
|
||||
|
||||
public static readonly WechatOpenAIClient Instance;
|
||||
public static readonly WechatChatbotClient Instance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user