This is a simple plug-in for LibreChat which allows to mimic some functions of the ChatGPT Code Interpreter Plugin.
- The plug-in will send the python code to a local Python Server.
- The code is executed and any file generated is copied over to the public directory which can be given to the user.
- Supports all ChatGPT versions (3.5, 4)
- Can generate graphs etc using Matplotlib.
- Async Code execution.
- Clone the repo
- Copy the files according to the folder structure.
- Add an icon to assets folder named code.png. (not included)
- Now rebuild the project
npm run frontend
- Run the Python Server
python3 server.py
- Run the python server in a sandboxed env.
- Add file upload option.
)