forked from phoenix/litellm-mirror
adding support for claude-instant-1.2
This commit is contained in:
parent
6ec91227cd
commit
a298e6ba4f
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ cohere_models = [
|
|||
|
||||
anthropic_models = [
|
||||
"claude-2",
|
||||
"claude-instant-1"
|
||||
"claude-instant-1",
|
||||
"claude-instant-1.2"
|
||||
]
|
||||
|
||||
replicate_models = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue