#[ALPHA] Code Interpreter using API (GPT3.5 / GPT4), unleash the beast

24 messages · Page 1 of 1 (latest)

unkempt pebble
#

Love the functionality of OpenAI's code interpreter but wish you had support for additional dependencies or unrestricted file access? My project might just be the perfect solution for you!

Behold the independent version of Code Interpreter - customizable to add any language or dependency as per your requirements. Not limited to Python anymore, explore the vivid world of various coding languages.

This project leverages Jupyter to execute code safely within a Docker container. What's more? You can effortlessly retrieve files from the container with easily generated download links, pretty much like the original Code Interpreter from OpenAI.

However, I must confess I'm not a frontend designer at heart. It would be an absolute delight if there's anyone who could uplift the user interface - the ambition is to mirror something akin to the aesthetic of the ChatGPT website.

I eagerly await your valuable contributions and inputs! Here's the link to the project - dive in, explore, and help make it better!

https://github.com/Clad3815/gpt-code-interpreter

GitHub

Contribute to Clad3815/gpt-code-interpreter development by creating an account on GitHub.

dapper ocean
#

Do you have any examples for other languages?

#

C#, SQL, Rust, Typescript, would all be nice! 🙂

unkempt pebble
#

Sure, just need to install the kernel it's pretty simple

#

Need to find the right Jupyter kernel and add it in the docker

dapper ocean
#

I think that will help your project quite a bit, I'm a seasoned developer and familiar with jupyter but if you aren't a data scientist or python as a primary language Jupyter is likely not in your toolset.

unkempt pebble
#

Sure, i want to add as many as possible. I just publish it because I worked many days on it already

dapper ocean
#

I've already been playing with ways to use Python .NET package to compile C# within code-interpreter so if this can repl C#, ❤️

unkempt pebble
#

And will be cool to have some help

#

But I can do it pretty easy

#

First I need to link each room to one language, otherwise GPT will be lost with all functions together

#

Actually the cool thing is you don't have to know jupyter or something to use the project, but you need to know to add language that's true. My goal is to handle as many language as possible, and maybe creating one docker container for each one if needed. With some toggle to activate / deactivate the one you need

#

I'm full of idea, but I can't spend all my free time on it xD that's sad

#

If I can find some people to help me with the front design will be cool, need to be enchanced

dapper ocean
#

I'll take a look at the repo see if there is anything I'm capable of helping with

unkempt pebble
#

That's cool, thanks ❤️

formal sierra
#

Node.js support please 🙂

unkempt pebble
formal sierra
#

You've created an AI chat room, that's fun. Have you let them run for a while yet?

unkempt pebble
#

No it's just gpt can handle multiple actions in the row without stopping. You can see my initial question on the top of you watch the YouTube video

unreal hornet
#

I must say, this is an interesting project.

kudos for development