Skip to content

aleph-alpha-client: v0.15.0

Latest
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)