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