mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-26 11:40:56 -05:00
[GH-ISSUE #3867] Config the python modules available when running generated code in a chat window #28945
Reference in New Issue
Block a user
Originally created by @evolu8 on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3867
Is your feature request related to a problem? Please describe.
Yes. Being able to click Run to run generated python code snippets is awesome, but oftentimes a python library is missing and adding one is non-trivial for most users (unless I'm missing something)
Describe the solution you'd like
Ideally I'd like to be able to add python packages available via micropip in the admin interface.
Describe alternatives you've considered
I've tried hacking in the terminal and the browser and neither were fun (or successful)
Additional context