Change anthropic model
This commit is contained in:
@@ -47,7 +47,7 @@ export const Job = sequelize.define('Job', {
|
||||
model: {
|
||||
type: DataTypes.STRING(128),
|
||||
allowNull: false,
|
||||
defaultValue: 'anthropic/claude-sonnet-4.6',
|
||||
defaultValue: 'claude-sonnet-4-6',
|
||||
},
|
||||
inputTokens: { type: DataTypes.INTEGER, allowNull: true },
|
||||
outputTokens: { type: DataTypes.INTEGER, allowNull: true },
|
||||
|
||||
Reference in New Issue
Block a user