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

Request to utilize FastAPI for wrapping and enabling seamless responses.

Open nebstudio opened this issue 2 years ago • 2 comments

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, which I greatly appreciate. Another concern is whether it can be adapted into a conversational format, rather than being confined to individual sessions.

nebstudio avatar Aug 04 '23 02:08 nebstudio

I am working in this right now with @shroominic. More details and documentation will come soon.

salvinoto avatar Aug 06 '23 22:08 salvinoto

It is already a conversational format you just have to do multiple requests to the same session. If you close the session the chat history is deleted.

shroominic avatar Aug 08 '23 13:08 shroominic