Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
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 |
"""
|