Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
}
|