Spaces:
Running
Running
feat: Update OpenAI generation model configuration to include display name and default setting for GPT-5.4
Browse files
config/environments/default.yaml
CHANGED
|
@@ -45,7 +45,7 @@ models:
|
|
| 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"
|
|
|
|
| 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"
|