Skip to content

1.4.14 - improve app UI, add env var to disable logging

Latest
Compare
Choose a tag to compare
@lukemarsden lukemarsden released this 15 Jan 20:25
a0b16fc

What's Changed

For security conscious orgs, it's now possible to globally disable LLM logging. We've also fixed some bugs in the app editor UI.

New env variable (on controlplane, aka api container) to disable LLM calls logs tables in both admin dashboard and app view:

DISABLE_LLM_CALL_LOGGING=true

Admin dashboard:

image

App view:

image

PRs:

Full Changelog: 1.4.13...1.4.14