GIRI45 commited on
Commit
fcc671d
·
verified ·
1 Parent(s): cd4613a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ Please provide the following:
25
  )
26
 
27
  # Initialize LLM and chain
28
- llm = ChatOpenAI(temperature=0, model="gpt-4")
29
  comparison_chain = LLMChain(llm=llm, prompt=prompt_template)
30
 
31
  # Streamlit UI
 
25
  )
26
 
27
  # Initialize LLM and chain
28
+ llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)
29
  comparison_chain = LLMChain(llm=llm, prompt=prompt_template)
30
 
31
  # Streamlit UI