Guides
Profiles
Profiles are a powerful way to customize your instance of Open Interpreter.
Profiles are Python files that configure Open Interpreter. A wide range of fields from the model to the context window to the message templates can be configured in a Profile. This allows you to save multiple variations of Open Interpreter to optimize for your specific use-cases.
You can access your Profiles by running interpreter --profiles
. This will open the directory where all of your Profiles are stored.
If you want to make your own profile, start with the Template Profile.
To apply a Profile to an Open Interpreter session, you can run interpreter --profile <name>
Example Python Profile
Example YAML Profile
Make sure YAML profile version is set to 0.2.5
There are many settings that can be configured. See them all here