Skip to content

Releases: tomviner/llm-claude

0.4.0

17 Aug 18:43
Compare
Choose a tag to compare

Unvendor anthropic as they support pydantic v2 now anthropics/anthropic-sdk-python#115

0.3.1

02 Aug 17:45
Compare
Choose a tag to compare

Bump the version of anthropic to 0.3.8.

Full Changelog: 0.3...0.3.1

0.3

27 Jul 22:08
Compare
Choose a tag to compare
0.3

Add the ability to set the max_tokens_to_sample param. This is described as The maximum number of tokens to generate before stopping. If not set, this defaults to a generous 10_000 tokens. #4

0.2

23 Jul 10:39
Compare
Choose a tag to compare
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.