Spaces:
Sleeping
Sleeping
feat: Update generation models in configuration to include GPT-5.4 as default
Browse files
config/environments/default.yaml
CHANGED
|
@@ -45,9 +45,11 @@ models:
|
|
| 45 |
# Generation Models
|
| 46 |
generation:
|
| 47 |
openai:
|
|
|
|
|
|
|
|
|
|
| 48 |
- name: "gpt-5.3-chat-latest"
|
| 49 |
display_name: "GPT-5.3 Chat Latest"
|
| 50 |
-
default: true
|
| 51 |
- name: "gpt-5.2"
|
| 52 |
display_name: "GPT-5.2"
|
| 53 |
- name: "gpt-5-mini"
|
|
|
|
| 45 |
# Generation Models
|
| 46 |
generation:
|
| 47 |
openai:
|
| 48 |
+
- name: "gpt-5.4"
|
| 49 |
+
display_name: "GPT-5.4"
|
| 50 |
+
default: true
|
| 51 |
- name: "gpt-5.3-chat-latest"
|
| 52 |
display_name: "GPT-5.3 Chat Latest"
|
|
|
|
| 53 |
- name: "gpt-5.2"
|
| 54 |
display_name: "GPT-5.2"
|
| 55 |
- name: "gpt-5-mini"
|