Skip to content

0.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 14:49
· 5 commits to development since this release

Features

  • supported multiple AWS accounts and regions within a single bedrock adapter deployment (#141)
  • added Llama 3.1 8B/70B/405B models (#136)
  • added Cohere embedding models (Embed English and Embed Multilingual) (#132)
  • added code=truncate_prompt_error to errors raised by prompt truncation algorithm (#134)

Fixes

  • supported zero-argument tools/functions (#134)
  • Claude 3 fails when request.max_prompt_tokens is provided instead of ignoring it (#144)
  • improved reporting of content filter errors for Stability (#143)
  • supported passing through of 429 errors reported by Bedrock (#138)
  • image tokens are accounted in token usage computation for Titan Multimodal embeddings (f5d734f)

Other

  • bump aidial-sdk from 0.8.0 to 0.13.0 (#127, #134)
  • bump aiohttp from 3.9.4 to 3.10.2 (#137)