Skip to content

Commit

Permalink
Update providers.py (jupyterlab#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkuebler authored and Marchlak committed Oct 28, 2024
1 parent e932fe3 commit 635ddc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class AnthropicProvider(BaseProvider, Anthropic):
"claude-v1",
"claude-v1.0",
"claude-v1.2",
"claude-2",
"claude-instant-v1",
"claude-instant-v1.0",
]
Expand Down Expand Up @@ -435,6 +436,7 @@ class BedrockProvider(BaseProvider, Bedrock):
"amazon.titan-tg1-large",
"anthropic.claude-v1",
"anthropic.claude-instant-v1",
"anthropic.claude-v2",
"ai21.j2-jumbo-instruct",
"ai21.j2-grande-instruct",
]
Expand Down

0 comments on commit 635ddc3

Please sign in to comment.