KanvaBhatia commited on
Commit
42415e6
1 Parent(s): c418444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def get_answer(context, query):
74
  },
75
  {
76
  "role": "user",
77
- "content": f"Below is a context and a query, reply from the context if the answer is there in the context, otherwise say I don't know.\nContext: {context}\nQuery: {query}"
78
  }
79
  ],
80
  temperature=0.3,
 
74
  },
75
  {
76
  "role": "user",
77
+ "content": f"Context: {context}\nQuery: {query}"
78
  }
79
  ],
80
  temperature=0.3,