sblakey / llm-bedrock-anthropic

Plugin for https://llm.datasette.io/en/stable/ to enable talking with Claude Instant and ClaudeV2 models on AWS Bedrock
Apache License 2.0
34 stars 11 forks source link

Added opus #13

Closed irthomasthomas closed 6 months ago

irthomasthomas commented 6 months ago

Hi,

claude 3 opus is now available on us-west-2.

I added a PR. In the meantime, you can install it like so:

git clone --depth 1 --branch claude-3-opus https://github.com/ShellLM/llm-bedrock-anthropic.git     
cd llm-bedrock-anthropic
llm install .
sblakey commented 6 months ago

Merged it in. I've also added an option to specify the bedrock model_id on the command line, which should allow people to work with newer models without waiting for a code push and PyPi update (as well as work with provisioned capacity, custom models, etc.)

sblakey commented 6 months ago

Pushed with release 0.4.3