![GPT-Code logo](https://private-user-images.githubusercontent.com/1309307/239578698-9ad4061d-2e26-4407-9431-109b650fb022.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Njg5NjIsIm5iZiI6MTczOTU2ODY2MiwicGF0aCI6Ii8xMzA5MzA3LzIzOTU3ODY5OC05YWQ0MDYxZC0yZTI2LTQ0MDctOTQzMS0xMDliNjUwZmIwMjIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMjEzMTAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2UwNzg1Njc1ZDFjNjdlZjQ1ZTQwMDRiOTJkNDZlNDM1YTNiM2E4ZDlmNjU4MTE1OTk5MTk1Y2U0Y2EwYTY5MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.VP_l2qNq8tH7q3VW2ALFlXj88YryI-n35jobX2MtI6E)
An open source implementation of OpenAI's ChatGPT Code interpreter.
Simply ask the OpenAI model to do something and it will generate & execute the code for you.
Read the blog post to find out more.
Open a terminal and run:
$ pip install gpt-code-ui
$ gptcode
![GPT-Code logo](https://private-user-images.githubusercontent.com/1309307/239578679-c29c504a-a7ed-4ae0-9360-d7224bc3e3d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Njg5NjIsIm5iZiI6MTczOTU2ODY2MiwicGF0aCI6Ii8xMzA5MzA3LzIzOTU3ODY3OS1jMjljNTA0YS1hN2VkLTRhZTAtOTM2MC1kNzIyNGJjM2UzZDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMjEzMTAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmU0MGQ1MmMyMTczNjAxMTQwZTQwOWUwZDgxMzk4OThmYjUzYjk0ZmI1ZTY2YTg0ZjU4YjRmZjUzZjVlNzA3NiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7S4e-2AHx9YdGqesGOeIo_pLhhHA0KC9KjpWXRJo9KU)
- File upload
- File download
- Context awareness (it can refer to your previous messages)
- Generate code
- Run code (Python kernel)
- Model switching (GPT-3.5 and GPT-4)
You can put a .env in the working directory to load the OPENAI_API_KEY
environment variable.
Set the API_PORT
, WEB_PORT
, SNAKEMQ_PORT
variables to override the defaults.
Set OPENAI_BASE_URL
to change the OpenAI API endpoint that's being used (note this environment variable includes the protocol https://...
).
localagi took the effort of bundling the Python package in a Docker container. Check it out here: gpt-code-ui-docker.
Please do and have a look at the contributions guide! This should be a community initiative. I'll try my best to be responsive.