Skip to content

Commit ffc4b76

Browse files
committed
Update Anthropic default model
1 parent e05a148 commit ffc4b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bytebot-agent/src/anthropic/anthropic.constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { BytebotAgentModel } from '../agent/agent.types';
33
export const ANTHROPIC_MODELS: BytebotAgentModel[] = [
44
{
55
provider: 'anthropic',
6-
name: 'claude-opus-4-20250514',
7-
title: 'Claude Opus 4',
6+
name: 'claude-opus-4-1-20250805',
7+
title: 'Claude Opus 4.1',
88
contextWindow: 200000,
99
},
1010
{

0 commit comments

Comments
 (0)