-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: add configurable user_env persistence to database #2397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ayylemao I feel like this should be user controllable |
Makes sense.
|
I have resolved the conflicts. |
@ayylemao small ruff formatting issue. |
If i run ruff locally with |
Try running the commands from the CI like uv run ruff format --check and run uv format . https://github.com/Chainlit/chainlit/blob/main/.github%2Fworkflows%2Flint-backend.yaml#L24-L32 |
i hope this last commit fixes it |
From Chainlit#2335 Simple clear of user env before writing to db with .chainlit/config.toml default parameter **Also changed:** API key fields in frontend are now masked for improved security. --------- Co-authored-by: Matthias Vogler <[email protected]> Co-authored-by: Josh Hayes <[email protected]>
From #2335
Simple clear of user env before writing to db with .chainlit/config.toml default parameter
Also changed: API key fields in frontend are now masked for improved security.