Last active
September 13, 2024 07:07
-
-
Save Man-Jain/1d2b2306c679d41202fe8b0b317204e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "8192", | |
"chat_batch_size": "16", | |
"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_ctx_size": "8192", | |
"embedding_batch_size": "8192", | |
"llamaedge_port": "8085", | |
"prompt_template": "llama-3-chat", | |
"rag_prompt": "Use the following pieces of context to answer the user's question.\n----------------\n", | |
"reverse_prompt": "", | |
"snapshot": "", | |
"system_prompt": "You are a helpful, respectful, and honest assistant.", | |
"rag_policy": "system-message", | |
"embedding_collection_name": "default", | |
"qdrant_limit": "1", | |
"qdrant_score_threshold": "0.5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment