Prat0 commited on
Commit
c8a1528
·
verified ·
1 Parent(s): 0e25d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, concise, 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
 
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