0.14.0
github-actions
released this
12 Sep 14:49
·
17 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)