Skip to content

Release 2023-08-04T1330

Compare
Choose a tag to compare
@cloudbridgeuy 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 to u32.
  • Defaulted max_supported_tokens to 4096 and calculated max_tokens_to_sample if not provided.
  • Removed spinner logic from openai.rs.
  • Removed truncated field from Chunk.

Refactors

  • Updated CompleteCreateCommand in anthropic.rs.
    ⠼ - Cleaned up the anthropic crate by removing unused code.