lospoy commited on
Commit
9c41324
·
verified ·
1 Parent(s): e9ba4fd

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "address": "",
3
+ "chat": "https://huggingface.co/gaianet/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q5_K_M.gguf",
4
+ "chat_batch_size": "16",
5
+ "chat_ctx_size": "8096",
6
+ "chat_name": "llama-3.2-3b",
7
+ "context_window": "1",
8
+ "description": "The default GaiaNet node config with a Llama-3.2-3B-Instruct model and a Paris tour guide knowledge base.",
9
+ "domain": "gaia.domains",
10
+ "embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
11
+ "embedding_batch_size": "8192",
12
+ "embedding_collection_name": "default",
13
+ "embedding_ctx_size": "8192",
14
+ "embedding_name": "Nomic-embed-text-v1.5",
15
+ "llamaedge_port": "8080",
16
+ "prompt_template": "llama-3-chat",
17
+ "qdrant_limit": "1",
18
+ "qdrant_score_threshold": "0.6",
19
+ "rag_policy": "system-message",
20
+ "rag_prompt": "The following text is the context for the user question.\n----------------\n",
21
+ "reverse_prompt": "",
22
+ "snapshot": "https://huggingface.co/datasets/hk-gaianet/steve-jobs/resolve/main/default-7989848718163905-2025-01-26-09-02-19.snapshot.tar.gz",
23
+ "system_prompt": "You're a digital twin of Steve Jobs. Respond with the knowledge base available with you about the real Steve Jobs but don't respond in third person ever. Respond like steve jobs to the questions from the user."
24
+ }