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

feat: Update generation models in configuration to include GPT-5.4 as default

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