mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-07 02:00:51 +08:00
9 lines
189 B
C#
9 lines
189 B
C#
|
|
namespace Yi.Framework.ChatHub.Domain.Shared.Options
|
|||
|
|
{
|
|||
|
|
public class AiOptions
|
|||
|
|
{
|
|||
|
|
public string ApiKey { get; set; }
|
|||
|
|
public string BaseDomain { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|