-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig_8g.json
19 lines (19 loc) · 978 Bytes
/
config_8g.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"address": "",
"chat": "https://huggingface.co/gaianet/Qwen1.5-1.8B-Chat-GGUF/resolve/main/Qwen1.5-1.8B-Chat-Q5_K_M.gguf",
"chat_ctx_size": "4096",
"description": "This GaiaNet node config with a Qwen 1.5 1.8B model.",
"domain": "us.gaianet.network",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_collection_name": "default",
"embedding_ctx_size": "512",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"rag_prompt": "Use the following pieces of context to answer the user's question.\nIf you don't know the answer, just say that you don't know, don't try to make up an answer.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful, respectful, and honest assistant. Always answer accurately, while being safe.",
"rag_policy": "system-message",
"qdrant_limit": "3",
"qdrant_score_threshold": "0.5"
}