hide api
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"url":"https://api.siliconflow.cn/v1/chat/completions",
|
"queryURL":"https://api.siliconflow.cn/v1/chat/completions",
|
||||||
"key":"",
|
"embeddingURL":"https://api.siliconflow.cn/v1/embeddings",
|
||||||
"embedding_model":"",
|
"rerankURL":"https://api.siliconflow.cn/v1/rerank",
|
||||||
"query_model":"Qwen/Qwen3-8B"
|
"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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user