Illia56 commited on
Commit
f116837
·
verified ·
1 Parent(s): 52e90b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ Balance confidence with caution to ensure the safety and reliability of the comp
55
  # Initialize components with updated classes
56
  llm = ChatOpenAI(
57
  openai_api_key=API_KEY,
58
- model_name="gpt-4",
59
  temperature=0,
60
  )
61
 
 
55
  # Initialize components with updated classes
56
  llm = ChatOpenAI(
57
  openai_api_key=API_KEY,
58
+ model_name="gpt-4o-mini",
59
  temperature=0,
60
  )
61