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