tatts commited on
Commit
ac7e2e2
1 Parent(s): 674b5a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ question_answer_chain = create_stuff_documents_chain(llm, qa_prompt)
254
 
255
  rag_chain = create_retrieval_chain(history_aware_retriever, question_answer_chain)
256
 
257
- chat_history = ['Moodle','course'.'un cours']
258
  import gradio as gr
259
 
260
  #def ask(question, history):
 
254
 
255
  rag_chain = create_retrieval_chain(history_aware_retriever, question_answer_chain)
256
 
257
+ chat_history = ['Moodle','course','un cours']
258
  import gradio as gr
259
 
260
  #def ask(question, history):