feat: 完成AzureOpenAI改造
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Yi.Framework.SemanticKernel
|
||||
{
|
||||
public class SemanticKernelOptions
|
||||
{
|
||||
public List<string> ModelIds { get; set; }
|
||||
public string Endpoint { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user