DocUA commited on
Commit
8bb8a00
·
1 Parent(s): 402f9ad

feat: Update OpenAI generation model configuration to include display name and default setting for GPT-5.4

Browse files
Files changed (1) hide show
  1. config/environments/default.yaml +1 -1
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"