Skip to content

Commit 1cadecc

Browse files
committed
message handling migration
1 parent eaa331d commit 1cadecc

2 files changed

Lines changed: 195 additions & 74 deletions

File tree

config/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AskForTokenIfNotFound = True
1515

1616
# Model to use via OpenAI API
1717
# NOTE: SEE ALSO THE NEW AUTO-SWITCHING FEATURE UNDER: [ModelAutoSwitch]
18-
Model = gpt-4o-mini
18+
Model = gpt-5.4-mini
1919

2020
# Model temperature; OpenAI's default is 0.7
2121
# Higher temperature equals more creative (= less factual) output. much over 1.0 not recommended.
@@ -126,11 +126,11 @@ Enabled = True
126126
# The preferred, more capable model to use by default (e.g., gpt-4o, gpt-4.5-preview).
127127
# This model will be used until its daily token limit (PremiumTokenLimit) is reached.
128128
# PremiumModel = gpt-4o
129-
PremiumModel = gpt-4.1
129+
PremiumModel = gpt-5.1-mini
130130

131131
# The cheaper model to switch to when the PremiumTokenLimit is reached (e.g., gpt-4o-mini).
132132
# This model has its own daily token limit (MiniTokenLimit).
133-
FallbackModel = gpt-4o-mini
133+
FallbackModel = gpt-5.1-mini
134134

135135
# Daily token limit for models considered "Premium" (e.g., gpt-4o).
136136
# Set to number of tokens (i.e. 1000000 for 1M; 500000 for 500k etc)

0 commit comments

Comments
 (0)