mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
init 初始化项目
This commit is contained in:
15
Xzy.KnowledgeBase.Domain/Options/AIModelOption.cs
Normal file
15
Xzy.KnowledgeBase.Domain/Options/AIModelOption.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Xzy.KnowledgeBase.Domain.Options
|
||||
{
|
||||
public class AIModelOption
|
||||
{
|
||||
public static string KmsChatModel { get; set; }
|
||||
|
||||
public static string KmsEmbeddingModel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user