v1.14.2

Ironclad/rivetv1.14.2Jan 24, 2024by abrenneke

AI Summary

Rivet Libraries v1.14.2 fixes regressions and adds GPT-3.5 1106, Claude 2.1 support, and GPT parallel function calling.

Key Highlights

  • GPT-3.5 1106 model
  • Claude 2.1 support
  • GPT parallel function calling
  • Bug fixes for object conversion and thread waiting

New Features

  • GPT-3.5 1106
  • Claude 2.1 support
  • Parallel function calling
  • Run Thread node fix

Full Release Notes

## 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 of `function-call` when enabled)