Release 2023-08-04T1330
cloudbridgeuy
released this
04 Aug 13:30
·
66 commits
to main
since this release
Release Notes
v1.1.0
Features
- Added support for Claude v2 and the new Anthropic streaming API.
- Added the
Claude2
model enum variant. - Started working on the OpenAI chat complete command.
Fixes
- Handled stop reasons in streaming responses.
- Made
max_tokens_to_sample
required and changed type tou32
. - Defaulted
max_supported_tokens
to 4096 and calculatedmax_tokens_to_sample
if not provided. - Removed spinner logic from
openai.rs
. - Removed
truncated
field fromChunk
.
Refactors
- Updated
CompleteCreateCommand
inanthropic.rs
.
⠼ - Cleaned up theanthropic
crate by removing unused code.