Spaces:
Running
Running
fix options passing
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ if prompt := st.chat_input("Type here"):
|
|
207 |
options["model_name"] = "gpt-4o-2024-05-13"
|
208 |
|
209 |
|
210 |
-
llm_client = LLMReasoner(
|
211 |
|
212 |
|
213 |
retrieved_documents = retriever(prompt)
|
|
|
207 |
options["model_name"] = "gpt-4o-2024-05-13"
|
208 |
|
209 |
|
210 |
+
llm_client = LLMReasoner(options)
|
211 |
|
212 |
|
213 |
retrieved_documents = retriever(prompt)
|