mirror of https://github.com/kortix-ai/suna.git
fix(models): update model tiers
This commit is contained in:
parent
52bfed51f6
commit
c0e8614210
|
@ -32,7 +32,7 @@ export interface CustomModel {
|
|||
export const MODELS = {
|
||||
// Free tier models (available to all users)
|
||||
'claude-sonnet-4': {
|
||||
tier: 'premium',
|
||||
tier: 'free',
|
||||
priority: 100,
|
||||
recommended: true,
|
||||
lowQuality: false
|
||||
|
|
Loading…
Reference in New Issue