Skip to content

Commit 293ddd0

Browse files
committed
Reorder the 'sonnet-4' and 'opus-4' models for Claude
1 parent 79c90e9 commit 293ddd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/shared/src/constants/chatbots.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ export const CHATBOTS = {
109109
supported_options: {},
110110
default_top_p: 0,
111111
models: {
112-
'opus-4': 'Opus 4',
113-
'sonnet-4': 'Sonnet 4'
112+
'sonnet-4': 'Sonnet 4',
113+
'opus-4': 'Opus 4'
114114
}
115115
},
116116
DeepSeek: {

0 commit comments

Comments
 (0)