From 21095d25cdb4678ac03971dca6f771ddef3773ca Mon Sep 17 00:00:00 2001 From: StarsAC Date: Sun, 26 Oct 2025 00:53:29 +0000 Subject: [PATCH] hide api --- config_example.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/config_example.json b/config_example.json index 9df2b0d..b2dc2f7 100644 --- a/config_example.json +++ b/config_example.json @@ -1,6 +1,13 @@ { - "url":"https://api.siliconflow.cn/v1/chat/completions", - "key":"", - "embedding_model":"", - "query_model":"Qwen/Qwen3-8B" + "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-xxxxxxxxxxxxxxxxx", + "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