Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def generate_response(user_input, history, locale, model, temperature, max_token
|
|
54 |
|
55 |
# Update the memory with the new interaction
|
56 |
memory.save_context({"input": user_question}, {"output": response.content})
|
57 |
-
|
58 |
return response.content
|
59 |
|
60 |
# Define additional inputs and examples if needed
|
|
|
54 |
|
55 |
# Update the memory with the new interaction
|
56 |
memory.save_context({"input": user_question}, {"output": response.content})
|
57 |
+
|
58 |
return response.content
|
59 |
|
60 |
# Define additional inputs and examples if needed
|