mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 07:06:37 +08:00
feat: 新增openai对接接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Yi.Framework.ChatHub.Domain.Shared.Options
|
||||
{
|
||||
public class AiOptions
|
||||
{
|
||||
public string ApiKey { get; set; }
|
||||
public string BaseDomain { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user