配置文件说明
{
//日志配置
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
//模型配置,openAPI支持
"ModelConfigs": [
{
"Model": "deepseek-chat",
"Endpoint": "https://api.deepseek.com/v1",
"ApiKey": ""
},
{
"Model": "deepseek-reasoner",
"Endpoint": "https://api.deepseek.com/v1",
"ApiKey": ""
}
],
//向量模型配置
"EmbeddingModel": {
"Model": "Qwen/Qwen3-Embedding-0.6B",
"Endpoint": "https://api.siliconflow.cn/v1/",
"ApiKey": ""
},
//端口号,默认启动在http://localhost中
"Port": 47122,
"AllowedHosts": "*"
}运行截图



