interpreter
from the command line or interpreter.chat()
from a .py file.
.chat(message)
in Python:
interpreter
to start a new chat.
In Python, Open Interpreter remembers conversation history. If you want to start fresh, you can reset it.
<your application directory>/Open Interpreter/conversations/
.
You can resume any of them by running --conversations
. Use your arrow keys to select one , then press ENTER
to resume it.
In Python, interpreter.chat()
returns a List of messages, which can be used to resume a conversation with interpreter.messages = messages
.
default.yaml
profile which can be opened and edited by running the following command:
interpreter --profiles
and
editing default.yaml
.