Skip to content

2023-06-09T2037

Compare
Choose a tag to compare
@cloudbridgeuy cloudbridgeuy released this 09 Jun 20:37
· 84 commits to main since this release

Release Notes

New Features

  • Integrate the anthropic module to enable conversations with Claude
  • Add the anthropic case to interact with Claude
  • Add messages to ChatsApi struct to store conversation history with OpenAI

Dependencies

  • Add anthropic and anyhow as new dependencies

Breaking Changes

  • The b chats create command no longer uses a default model if the model option is not provided. For new chat sessions, you must specify the model to use. Existing chat sessions in the sessions file must be updated to include the model field.

Commits

  • (ad134be) feat(b): integrate anthropic to b
  • (60012a1) feat(anthropic): create the anthropic case to interact with Claude
  • (45ab11d) feat(openai): add messages to ChatsApi struct to store conversation history
  • (8e2a7a2) chore: add new dependencies anthropic and anyhow to Cargo.lock file
  • (a5ca6a2) feat: add the anthropic module