mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-07 02:00:51 +08:00
9 lines
247 B
C#
9 lines
247 B
C#
namespace Yi.Framework.Stock.Domain.Managers.SemanticKernel
|
|
{
|
|
public class SemanticKernelOptions
|
|
{
|
|
public string ModelId { get; set; }
|
|
public string Endpoint { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
} |