Skip to content

0.3.2

Choose a tag to compare

@kyolee415 kyolee415 released this 12 Apr 19:16
· 112 commits to main since this release

What's changed

  • Support the new Gemini 1.5 models in preview.
  • Add new experimental CLI features to interact with Gemini models directly from a Linux terminal: agent tellme and agent helpme.
  • Better handle uploading of text chunks using the Semantic Retrieval API.
  • Add a new chat UI feature to provide a page for viewing logs.
  • Update the Google Generative AI SDK version to 0.5.0.
  • Refactor the pre-preprocessing module (in progress).
  • Remove unused code and type mismatch errors.
  • Bug fixes