Skip to content

Commit

Permalink
update sonnet model version to 20241022
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Oct 24, 2024
1 parent 4560c3e commit f81fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/llms/utils/llmsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const llmData: LLMData = {
name: 'claude-35-sonnet',
fullName: 'Claude Sonnet 3.5',
botName: 'ClaudeBot',
version: 'claude-3-5-sonnet-20240620',
version: 'claude-3-5-sonnet-20241022',
commands: ['sonnet', 'claudes', 's', 'stool'],
prefix: ['s. '],
apiSpec: 'https://www.anthropic.com/news/claude-3-5-sonnet',
Expand Down

0 comments on commit f81fdc4

Please sign in to comment.