Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ async def chat(request: ChatRequest):
|
|
160 |
|
161 |
Using the information above, answer the user's query as accurately as possible in the tone and style of the Good Response:
|
162 |
|
163 |
-
User Query: {
|
164 |
"""
|
165 |
|
166 |
# remove the unfformatted user message
|
|
|
160 |
|
161 |
Using the information above, answer the user's query as accurately as possible in the tone and style of the Good Response:
|
162 |
|
163 |
+
User Query: {request.message}
|
164 |
"""
|
165 |
|
166 |
# remove the unfformatted user message
|