Releases: Aleph-Alpha/aleph-alpha-client-rs
Releases · Aleph-Alpha/aleph-alpha-client-rs
aleph-alpha-client: v0.15.0
0.15.0 (2024-12-10)
⚠ BREAKING CHANGES
- add option to ask for special tokens in completion response
- rename start_with to complete_with
- clean up naming of methods to setup clients
- token env is called PHARIA_AI_TOKEN
- replace from_authentication by new from_env method
Features
- add option to ask for special tokens in completion response (1dbcb77)
- clean up naming of methods to setup clients (5f18f38)
- rename base_url env variable to inference_url (b9a2fd2)
- rename start_with to complete_with (edd5590)
- replace from_authentication by new from_env method (d2da859)
- token env is called PHARIA_AI_TOKEN (827b44c)
aleph-alpha-client: v0.14.0
aleph-alpha-client: v0.13.2
aleph-alpha-client: v0.13.1
aleph-alpha-client: v0.13.0
v0.12.3
What's Changed
- refactor: make ChatOutput public by @moldhouse in #27
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- feat: add chat feature by @Daniel-AAlpha in #26
New Contributors
- @Daniel-AAlpha made their first contribution in #26
Full Changelog: v0.12.0...v0.12.2
Version 0.12.0
- Add
Client::tokenizer_by_model
to fetch the tokenizer for a given model name
Version 0.11.0
- Add
with_maximum_tokens
method toPrompt
- Remove maximum tokens argument from
Prompt::from_text
- Make maximum tokens optional
Version 0.10.1
- Fix: Version in Cargo.toml