Releases: tomviner/llm-claude
Releases · tomviner/llm-claude
0.4.2 Deprecated in favour of llm-claude-3
Deprecated in favour of llm-claude-3
Please see https://github.com/simonw/llm-claude-3/
Full Changelog: 0.4.0...0.4.2
0.4.0
Unvendor anthropic as they support pydantic v2 now anthropics/anthropic-sdk-python#115
0.3.1
Bump the version of anthropic
to 0.3.8.
Full Changelog: 0.3...0.3.1
0.3
0.2
Initial release of this llm plugin. Allows querying Anthropic's most capable model Claude 2 as llm -m claude
, as well as their faster, cheaper Claude Instant with llm -m claude-instant
. This is explained at https://docs.anthropic.com/claude/reference/selecting-a-model
Working with llm
's streaming and continued conversation modes.