Skip to content

Rivet IDE v1.5.3

Choose a tag to compare

@abrenneke abrenneke released this 24 Oct 19:19
· 916 commits to main since this release

New Features

  • Add input ports to Trim Chat Messages Node for "max token count" & "from beginning"
  • Add configurable rendering for User Input node - currently can choose between Preformatted and Markdown.
  • Status bar now shows the execution time of your graph in addition to token count & cost.
  • Loop controller now has nicer grouped port rendering!
  • Add iteration output to loop controller (starts at 1)
  • Add variable name output to Get Global and Set Global nodes

Changes & Bug Fixes

  • Updated all dependencies to latest
  • Fix some dropdowns occasionally not being visible
  • Fix an empty header name causing chat node to fail
  • Fixed scrolling test cases list
  • Code node now gives better error when it doesn't output a valid object.
  • HTTP Call node now gives better error when it's likely a CORS problem