-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig_16g.json
19 lines (19 loc) · 960 Bytes
/
config_16g.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/Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q5_K_M.gguf",
"chat_ctx_size": "4096",
"description": "Llama-3-8b-Instruct",
"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": "llama-3-chat",
"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"
}