codeinterpreter-api icon indicating copy to clipboard operation
codeinterpreter-api copied to clipboard

šŸ‘¾ Open source implementation of the ChatGPT Code Interpreter

Results 67 codeinterpreter-api issues
Sort by recently updated
recently updated
newest added

Analyze the project and check how efficient it is using the OpenAI API or LLMs in general. GPT-4 is expensive so every token counts. Think about improvements and write them...

help wanted
ToDo

Very strange, I tried to use other plugins such as chapyter, but apparently there is an API ConnectionError. I already passed in the API key as an environment variable.

When working with the response.files object, we often encounter scenarios where we need to convert the image data to a standard PIL format for further processing or display. In the...

bug
question

I only ran the example below and reported an error. Is there anything else I need to configure? Did you not clarify? Traceback (most recent call last): File "/home/lhs/PycharmProjects/all_gpt_project/code_interpreter_api/codeinterpreter-api-master/examples/use_additional_tools.py", line...

This project is truly remarkable; however, I encounter some difficulties when running it, as it lacks an API. I recommend employing FastAPI to expose its capabilities and enable streaming output,...

enhancement
question

the implementation details are not so clear. Need a better documentation on how to implement it in a langchain project. I am currently using superagi, would like to see how...

documentation
question

Input more context like - all the files in the current working directory (cwd) or - all the available variables in the codebox kernel to improve muilti step actions like...

ToDo

I tried to test on huggingface with streamlit and gradio but, i've tried many ways to figure out the above issues but, i couldn't find the ways of solving. Does...

bug
help wanted

What if you can combine the create_pandas_dataframe_agent in langchain and extract the code part from it and then run in the code box and store the image locally , which...

enhancement
question

I’d like to integrate something like this into my next JS project. Would it be worthwhile for me to at least attempt to rewrite this code, or should I setup...

question