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
31 stars 8 forks source link

Cannot find claude 3 in `llm models` list #10

Closed songhuiming closed 4 months ago

songhuiming commented 6 months ago
BedrockClaude: anthropic.claude-instant-v1 (aliases: bedrock-claude-instant, bci)
BedrockClaude: anthropic.claude-v1 (aliases: bedrock-claude-v1)
BedrockClaude: anthropic.claude-v2 (aliases: b, e, d, r, o, c, k, -, c, l, a, u, d, e, -, v, 2, ., 0)
BedrockClaude: anthropic.claude-v2:1 (aliases: bedrock-claude-v2.1, bedrock-claude-v2, bedrock-claude, bc)
sblakey commented 6 months ago

That looks like you have an older version of the plugin, before Claude 3 support was added.

You can check your plugin version with llm plugins - for Claude 3 support, you want llm-bedrock-anthropic >= 0.4

You can upgrade to the latest version with llm install -U llm-bedrock-anthropic.