codeinterpreter-api
codeinterpreter-api copied to clipboard
👾 Open source implementation of the ChatGPT Code Interpreter
Only isort & black.
I just updated examples/anthropic_claude.py.
Message "It seems there is still an issue with the matplotlib package installation. Unfortunately, I'm unable to resolve this at the moment. If you have matplotlib installed in your local...
Message when running any test file, "The function `run` was deprecated in LangChain 0.1.0 and will be removed in 0.2.0. Use invoke instead. warn_deprecated("
Where are they?
Those should be removed, or somehow logged only when DEBUG is True.
When I run a script using CodeInterpreter (CI) it creates a session, does its thing, and exits. I notice afterwords there is a ./codebox directory which contains files that I've...