app-v1.7.3
Ironclad/rivetapp-v1.7.3Nov 17, 2023by github-actions[bot]
AI Summary
This release introduces the new Ollama plugin for running local LLM models, along with several OpenAI plugin improvements including better message input coercion, fixed data types, and error handling fixes. The release also adds UI helper tooltips and fixes base64 encoding for GPT-4 Vision images.
Key Highlights
- New Ollama plugin for running local LLM models
- OpenAI Plugin: Improved message input coercion for Run Thread node
- OpenAI Plugin: Fixed data type for functions input and error handling
- Added helper tooltips to all input port toggle switches
- Fixed base64 encoding for GPT-4 Vision images in Node executor
New Features
- Ollama plugin - Use Ollama to run local LLM models
Full Release Notes
## New Features - Added [Ollama plugin](https://github.com/abrenneke/rivet-plugin-ollama)! Use Ollama to run local LLM models. ## Changes & Fixes - OpenAI Plugin: Allow more values (better coercion) to be passed into the `messages` input of the Run Thread node. - OpenAI Plugin: Fix data type for `functions` input of Run Thread node - OpenAI Plugin: Include `message` input to "On Message Creation" subgraph like the helper text says - OpenAI Plugin: Fix error message when a function call isn't mapped in the handlers - Added helper tooltip to all input port toggle switches - Fixed base64 encoding images for GPT-4 Vision when using Node executor