From ecf44ed8d1432766603d32c75adcd6e38946cefd Mon Sep 17 00:00:00 2001 From: StarsAC Date: Sun, 26 Oct 2025 00:54:56 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 7697ba4..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "queryURL":"https://api.siliconflow.cn/v1/chat/completions", - "embeddingURL":"https://api.siliconflow.cn/v1/embeddings", - "rerankURL":"https://api.siliconflow.cn/v1/rerank", - "vectorDBURL":"http://localhost:8000", - "key":"sk-xsoegkpdvqlbsoodrnaygqycdvhplkyowivkzlszqfytpvti", - "queryModel":"Qwen/Qwen3-8B", - "embeddingModel":"Qwen/Qwen3-Embedding-0.6B", - "rerankModel":"Qwen/Qwen3-Reranker-0.6B", - "retriveTopK":20, - "rerankTopK":10, - "memory":true -} \ No newline at end of file