Rivet Libraries v1.14.2
Bug Fixes & Minor Changes
Not quite just a patch but should be backwards compatible, sorry!
- Fix regression in 1.14.1 causing hanging or rejected promises with object -> string conversions
- Add GPT-3.5 1106
- (Anthropic Plugin) Support Claude 2.1
- (Anthropic Plugin) Better error handling, won't retry client errors
- (OpenAI Plugin) Fix Run Thread Node not waiting for run to finish to completion
- Support GPT parallel function calling (Chat node will return
function-calls
instead offunction-call
when enabled)