app-v1.7.2
Ironclad/rivetapp-v1.7.2Nov 16, 2023by github-actions[bot]
AI Summary
This release (app-v1.7.2) adds the Chroma Plugin to the plugins list and includes several bug fixes related to token counting and UI functionality. The update fixes an issue where request token count was incorrectly showing 0 when number of choices was unset, improves GPT function token counting, and resolves a bug preventing users from editing key value pairs.
Key Highlights
- Added Chroma Plugin to the plugins list
- Fixed request token count being 0 when number of choices is unset
- Improved token counting to account for GPT functions using OpenAI's approximation method
- Fixed inability to edit key value pairs
New Features
- Added Chroma Plugin (rivet-plugin-chromadb) to plugins list
Full Release Notes
## New Features - Added [Chroma Plugin](https://github.com/abrenneke/rivet-plugin-chromadb) to plugins list! ## Changes & Bug Fixes - Fix request token count being 0 when number of choices is unset (1) - Account for GPT functions in token counting by approximating what OpenAI does to calculate their token counts. - Fix being unable to edit key value pairs