Skip to content

Commit f81fdc4

Browse files
committed
update sonnet model version to 20241022
1 parent 4560c3e commit f81fdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/llms/utils/llmsData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const llmData: LLMData = {
3737
name: 'claude-35-sonnet',
3838
fullName: 'Claude Sonnet 3.5',
3939
botName: 'ClaudeBot',
40-
version: 'claude-3-5-sonnet-20240620',
40+
version: 'claude-3-5-sonnet-20241022',
4141
commands: ['sonnet', 'claudes', 's', 'stool'],
4242
prefix: ['s. '],
4343
apiSpec: 'https://www.anthropic.com/news/claude-3-5-sonnet',

0 commit comments

Comments
 (0)