Serg4451D commited on
Commit
333f16b
·
verified ·
1 Parent(s): 854a972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ if "messages" not in st.session_state:
12
 
13
  # Dropdown for model selection
14
  model_options = {
15
- "GPT-3.5 Turbo": g4f.models.gpt_3_5_turbo,
16
  "GPT-4": g4f.models.gpt_4,
17
  "GPT-4o": g4f.models.gpt_4o,
18
  }
 
12
 
13
  # Dropdown for model selection
14
  model_options = {
15
+ "GPT-3.5 Turbo": g4f.models.gpt_3.5_turbo,
16
  "GPT-4": g4f.models.gpt_4,
17
  "GPT-4o": g4f.models.gpt_4o,
18
  }