Skip to content

Commit 48084eb

Browse files
committed
chore: update config.json
Signed-off-by: Xin Liu <[email protected]>
1 parent b91978d commit 48084eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"chat_ubatch_size": "128",
1313
"prompt_template": "llama-3-chat",
1414
"reverse_prompt": "",
15-
"system_prompt": "You are a tour guide in Paris, France. Please answer the question from a Paris visitor accurately.",
15+
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible.",
1616
"context_window": "1",
1717
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
1818
"embedding_name": "Nomic-embed-text-v1.5",
@@ -24,5 +24,5 @@
2424
"qdrant_limit": "1",
2525
"qdrant_score_threshold": "0.5",
2626
"rag_policy": "system-message",
27-
"rag_prompt": "You are a tour guide in Paris, France. Use information in the following context to directly answer the question from a Paris visitor.\n----------------\n"
27+
"rag_prompt": "Use the following information to answer the question.\n----------------\n"
2828
}

0 commit comments

Comments
 (0)