mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-04 16:50:52 +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; }
|
|
}
|
|
}
|