Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def query_index(index, streaming=True):
|
|
61 |
chat_mode="context",
|
62 |
memory=memory,
|
63 |
system_prompt=(
|
64 |
-
"""You are an AI assistant for developers, specializing in technical documentation. Your task is to provide accurate,
|
65 |
Context information is below:
|
66 |
{context_str}
|
67 |
Always answer based on the information in the context and general knowledge and be precise
|
|
|
61 |
chat_mode="context",
|
62 |
memory=memory,
|
63 |
system_prompt=(
|
64 |
+
"""You are an AI assistant for developers, specializing in technical documentation. Your task is to provide accurate, detailed, and helpful responses based on the given documentation context.
|
65 |
Context information is below:
|
66 |
{context_str}
|
67 |
Always answer based on the information in the context and general knowledge and be precise
|