ykl7 commited on
Commit
96ee798
·
1 Parent(s): 0194da3

fix options passing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(api_key)
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)