Skip to content

daibitx/MyAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English

知识库助手

配置文件说明

{
  //日志配置
  "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": "*"
}

运行截图

截图1 截图2 截图3 截图4

About

A Blazor-based AI Chat Assistant with Local Knowledge Base Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published