Skip to content

v0.2.9.5: Parametrize model settings, Sample Tabular Data

Compare
Choose a tag to compare
@ianarawjo ianarawjo released this 20 Jan 01:49
· 30 commits to main since this release
7e1f436

This version includes many changes, including making it much easier to compare across system messages. The docs have been updated to reflect these changes (see for instance the FAQ).

Adds random sampler toggle to Tabular Data node

random-sampling

Adds settings template variables of form {=setting_name} to allow users to parametrize settings just like prompts.

For instance, here's comparing across system messages:

compare-sys-msgs

Here's another example, comparing across temperatures:

settings-vars

The docs have also been amended to explain these new functionalities.

Smaller changes / bug fixes / QOL improvements

  • Removes red notification dots, which could become annoying
  • Fully clears the ReactFlow state before loading in a new flow
  • Debounces updating the template hooks in Prompt Nodes, when user is editing the prompt
  • Keep tracks of the provenance of responses by adding a uid parameter. This is specifically to keep track of which batch a response came from when Num generations per prompt n>1. This corrects an issue in the Evaluator inspectors where n>1 outputs were broken up.