ricklamers/gpt-code-ui
An open-source ChatGPT Code interpreter clone that lets users interact with LLMs to generate and execute Python code.

Velocity · 7d
+3.2
★ / day
Trend
→steady
star history
This project replicates OpenAI’s Code Interpreter functionality, allowing users to prompt an LLM to perform tasks by generating and running Python code in a live kernel environment. It supports file uploads and downloads, context-aware conversations, and model switching between GPT-3.5 and GPT-4. The system wraps the OpenAI API with a web interface and handles code execution with a Python kernel.