Releases: elithrar/llm-cloudflare
Releases · elithrar/llm-cloudflare
v0.5.4
Full Changelog: https://github.com/elithrar/llm-cloudflare/compare/0.5.2..0.5.4
- Adds support for WorkersAI model
@cf/meta/llama-3.3-70b-instruct-fp8-fast
- Updates
llm
to0.19.1
- https://llm.datasette.io/en/stable/changelog.html
0.5.2
Full Changelog: 0.5.1...0.5.2
v0.5.1
v0.5.1
Updated to supported the latest Workers AI models.
Delta since the last release: 0.4.1...0.5.1
v0.4.1
Version increment / correctly fix in pyproject.toml
.
Full Changelog: 0.3.2...0.4.1
v0.4
Fix tagging for PyPy.
Full Changelog: 0.3.1...0.4
v0.3.2
Fixes a bug with the Llama 3.1 model alias.
Full Changelog: 0.3.1...0.3.2
v0.3.0
This release:
- Makes all of the text generation models available in Workers AI accessible via
llm-cloudflare
- Adds support for
top_p
,top_k
andtemperature
flags in the CLI - Updates the README
Full Changelog: 0.2.1...0.3.0
0.2.1
Improves README and release process.
Changelog: 0.2...0.2.1
0.1-alpha release
WIP!