This release contains two minor but important changes:
- Template variable hooks in
PromptNodeandTextFieldNodeno longer auto-uppercase the template variable name by default:
- Selected variables in
InspectNodenow display up to 144 characters of their value (which is much more informative than the previous 12 characters in uppercase):
We are working on custom model settings for the next major release (0.1.3), so you can change the temperature and other settings of individual models. We are structuring the code to be easily extensible to add more (hopefully much more) models in the future, including user-specified models and settings forms (through react-json-schema).