arjunanand13 commited on
Commit
2a4f0c0
·
verified ·
1 Parent(s): 6cec587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def demo():
295
  )
296
 
297
  qachain_btn.click(
298
- initialize_LLM,
299
  inputs=[llm_btn, slider_temperature, slider_maxtokens, slider_topk, vector_db],
300
  outputs=[qa_chain, llm_progress]
301
  ).then(
 
295
  )
296
 
297
  qachain_btn.click(
298
+ initialize_llmchain, # Fixed function name here
299
  inputs=[llm_btn, slider_temperature, slider_maxtokens, slider_topk, vector_db],
300
  outputs=[qa_chain, llm_progress]
301
  ).then(