feat: 完成基本框架和embedding部分编写

This commit is contained in:
2025-10-25 01:53:51 +08:00
commit 2199e8b015
10 changed files with 754 additions and 0 deletions

6
config_example.json Normal file
View File

@@ -0,0 +1,6 @@
{
"url":"https://api.siliconflow.cn/v1/chat/completions",
"key":"",
"embedding_model":"",
"query_model":"Qwen/Qwen3-8B"
}