Skip to content

Releases: Aleph-Alpha/aleph-alpha-client-rs

aleph-alpha-client: v0.15.0

10 Dec 11:07
Compare
Choose a tag to compare

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

28 Nov 09:15
Compare
Choose a tag to compare

0.14.0 (2024-11-28)

⚠ BREAKING CHANGES

  • Update tokenizers dependency to v0.21.0 ed5ea41

aleph-alpha-client: v0.13.2

28 Oct 14:10
Compare
Choose a tag to compare

0.13.2 (2024-10-28)

Features

  • add stream completion method (c513a36)

aleph-alpha-client: v0.13.1

24 Oct 09:40
390f24f
Compare
Choose a tag to compare

0.13.1 (2024-10-24)

Features

  • add id to release workflow (4fb33c2)

aleph-alpha-client: v0.13.0

24 Oct 09:13
26c8bb8
Compare
Choose a tag to compare

0.13.0 (2024-10-24)

⚠ BREAKING CHANGES

  • do not hide role behind enum

Features

  • add with_messages method to construct TaskChat (8fc5c10)
  • do not hide role behind enum (6ef29c5)

v0.12.3

23 Oct 07:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

22 Oct 12:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.2

Version 0.12.0

05 Sep 11:26
Compare
Choose a tag to compare
  • Add Client::tokenizer_by_model to fetch the tokenizer for a given model name

Version 0.11.0

09 Aug 08:38
e30a6e6
Compare
Choose a tag to compare
  • Add with_maximum_tokens method to Prompt
  • Remove maximum tokens argument from Prompt::from_text
  • Make maximum tokens optional

Version 0.10.1

04 Jul 09:40
Compare
Choose a tag to compare
  • Fix: Version in Cargo.toml