Change anthropic model

This commit is contained in:
2026-04-23 13:09:53 -05:00
parent eef8b70fd9
commit 8a2074914c
4 changed files with 18 additions and 6 deletions

View File

@@ -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 },