bohmian commited on
Commit
e847d5a
1 Parent(s): dedd986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ hf_llm = HuggingFaceEndpoint(
51
  max_new_tokens=512
52
  )
53
 
54
- def source_question_answer(query:str,vectorstore:Chroma=chroma_db,llm:HuggingFaceHub=hf_llm):
55
  """
56
  Return answer to the query
57
  """
 
51
  max_new_tokens=512
52
  )
53
 
54
+ def source_question_answer(query:str,vectorstore:Chroma=chroma_db,llm:HuggingFaceEndpoint=hf_llm):
55
  """
56
  Return answer to the query
57
  """