You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template="""Answer the following query using the provided context.
198
-
Respond as if you are knowledgeable about the topic and incorporate the context naturally.
199
-
Do not mention limitations in the context or that you couldn't find specific information.
200
-
201
-
Context:
202
-
{context}
203
-
204
-
Query: {query}
205
-
206
-
Answer:"""
198
+
# Create the prompt
199
+
system_prompt="""You are an AI assistant answering questions based on the provided context.
200
+
Answer the question based on the context provided. If the answer is not in the context, say "I don't have enough information to answer this question." Be concise and accurate."""
0 commit comments