ShynBui commited on
Commit
3e3d3ed
1 Parent(s): 0ae7506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def greet3(quote, history):
66
 
67
  # Get answer
68
 
69
- answer = get_final_answer(question=new_question, context=context, chat_history=chat_history,
70
  prompt=os.environ['PROMPT'], llm=llm)
71
 
72
  return new_question, answer
 
66
 
67
  # Get answer
68
 
69
+ answer = get_final_answer(question=new_question, context=context,
70
  prompt=os.environ['PROMPT'], llm=llm)
71
 
72
  return new_question, answer