New: Streaming responses in Python
Learn how to build Open Interpreter into your application.
messages
This property holds a list of messages
between the user and the interpreter.
You can use it to restore a conversation:
interpreter
to a previous conversation.
offline
This replaced
interpreter.local
in the New Computer Update (0.2.0
).model
parameter to set your language model.
auto_run
Setting this flag to True
allows Open Interpreter to automatically run the generated code without user confirmation.