jchen8000 commited on
Commit
edc04cb
·
verified ·
1 Parent(s): 6b930f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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