mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🤖 feat: Add support for claude-3-5-sonnet-20241022 (#4510)
This commit is contained in:
parent
ebe3e7f796
commit
4da35b9cf5
6 changed files with 36 additions and 5 deletions
|
|
@ -607,7 +607,9 @@ const sharedOpenAIModels = [
|
|||
];
|
||||
|
||||
const sharedAnthropicModels = [
|
||||
'claude-3-5-sonnet-20241022',
|
||||
'claude-3-5-sonnet-20240620',
|
||||
'claude-3-5-sonnet-latest',
|
||||
'claude-3-opus-20240229',
|
||||
'claude-3-sonnet-20240229',
|
||||
'claude-3-haiku-20240307',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue