mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
🪨 feat: Include Sonnet 3.5 v2 in Default Bedrock Models List (#4552)
This commit is contained in:
parent
1526b429c9
commit
a21591d25d
1 changed files with 1 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ const sharedAnthropicModels = [
|
||||||
];
|
];
|
||||||
|
|
||||||
export const bedrockModels = [
|
export const bedrockModels = [
|
||||||
|
'anthropic.claude-3-5-sonnet-20241022-v2:0',
|
||||||
'anthropic.claude-3-5-sonnet-20240620-v1:0',
|
'anthropic.claude-3-5-sonnet-20240620-v1:0',
|
||||||
'anthropic.claude-3-haiku-20240307-v1:0',
|
'anthropic.claude-3-haiku-20240307-v1:0',
|
||||||
'anthropic.claude-3-opus-20240229-v1:0',
|
'anthropic.claude-3-opus-20240229-v1:0',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue