mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(openai): 新增 NLP 相关接口
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置微微信智能对话 API 域名。
|
||||
/// <para>默认值:<see cref="WechatOpenAIEndpoints.DEFAULT"/></para>
|
||||
/// <para>默认值:<see cref="WechatOpenAIEndpoints.PLATFORM"/></para>
|
||||
/// </summary>
|
||||
public string Endpoints { get; set; } = WechatOpenAIEndpoints.DEFAULT;
|
||||
public string Endpoints { get; set; } = WechatOpenAIEndpoints.PLATFORM;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置微信智能对话 ClientId。仅限第三方平台接入时使用。
|
||||
|
||||
Reference in New Issue
Block a user