Spaces:
Sleeping
Sleeping
KanvaBhatia
commited on
Commit
•
42415e6
1
Parent(s):
c418444
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def get_answer(context, query):
|
|
74 |
},
|
75 |
{
|
76 |
"role": "user",
|
77 |
-
"content": f"
|
78 |
}
|
79 |
],
|
80 |
temperature=0.3,
|
|
|
74 |
},
|
75 |
{
|
76 |
"role": "user",
|
77 |
+
"content": f"Context: {context}\nQuery: {query}"
|
78 |
}
|
79 |
],
|
80 |
temperature=0.3,
|