Skip to content

v0.7.0

Compare
Choose a tag to compare
@EtiennePerot EtiennePerot released this 29 Sep 07:53
· 34 commits to master since this release
v0.7.0
6f0f266

v0.7.0 contains the following changes over v0.6.0:

  • The code execution tool will now display the code it has run as a citation. Thanks to @xiaopa233 for contributing this feature.
  • The code execution tool will now internally return the code that it has run. This may help the model using the tool to better interpret the result of the code execution. Thanks to @xiaopa233 for contributing this feature.
  • Code execution sandboxes now run with the same timezone setting as the Open WebUI installation. Thanks to @jedwards1230 for contributing this feature.
  • Both the code execution tool and function now include update checking functionality (but not auto-update). This is turned on by default, but may be disabled using a valve or an environment variable; see documentation.
  • The code execution tool and function are now encoded as ASCII files, which fixes issue #20 related to using them in Open WebUI installations that do not use a UTF-8 system encoding.
  • Small compatibility fix for some systems where /proc/self/mountinfo contains more than 10 fields per line.