mirror of https://github.com/kortix-ai/suna.git
Update model priority and order in model selection configuration
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
This commit is contained in:
parent
7c0e47c650
commit
6d9d6e25c9
|
@ -52,7 +52,7 @@ export const MODELS = {
|
|||
},
|
||||
|
||||
// Premium/Paid tier models (require subscription)
|
||||
'sonnet-3.7': {
|
||||
'moonshotai/kimi-k2': {
|
||||
tier: 'premium',
|
||||
priority: 99,
|
||||
recommended: false,
|
||||
|
@ -64,13 +64,13 @@ export const MODELS = {
|
|||
recommended: false,
|
||||
lowQuality: false
|
||||
},
|
||||
'google/gemini-2.5-pro': {
|
||||
'sonnet-3.7': {
|
||||
tier: 'premium',
|
||||
priority: 97,
|
||||
recommended: false,
|
||||
lowQuality: false
|
||||
},
|
||||
'moonshotai/kimi-k2': {
|
||||
'google/gemini-2.5-pro': {
|
||||
tier: 'premium',
|
||||
priority: 96,
|
||||
recommended: false,
|
||||
|
|
Loading…
Reference in New Issue