YvesP commited on
Commit
180d44d
·
1 Parent(s): f2681b8

havent specified the model openai

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ doc_content_fr = Doc(content_fr_path)
23
  client_db = chromadb.Client()
24
  retriever = Retriever(client_db, doc_plan, doc_content, doc_content_fr, collection_name)
25
 
26
- llm_model = OpenAI(temperature=0, model_name="gpt-3.5-turbo")
27
  llm = LlmAgent(llm_model)
28
 
29
  specials['remote_rate_df'] = pd.read_csv(specials['remote_rate_path'])
 
23
  client_db = chromadb.Client()
24
  retriever = Retriever(client_db, doc_plan, doc_content, doc_content_fr, collection_name)
25
 
26
+ llm_model = OpenAI(temperature=0)
27
  llm = LlmAgent(llm_model)
28
 
29
  specials['remote_rate_df'] = pd.read_csv(specials['remote_rate_path'])