Develop with Open-Interpreter
Last updated
Last updated
Open Interpreter lets language models run code. We made it so that agent applications developed with Open Interpreter can run on AIOS by adding just one line of code.
For installation and usage of open-interpreter, please refer to .
If you want to run an application developed with open-interpreter on AIOS, please add prepare_interpreter()
before you use open-interpreter, and select a framework type through FrameworkType
. When you want to use Open-Interpreter, you should use FrameworkType.OpenInterpreter
.
Then nothing needs to change, use interpreter as usual.
More examples can be found in