You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/profiles.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Profiles are Python files that configure Open Interpreter. A wide range of field
8
8
9
9
You can access your Profiles by running `interpreter --profiles`. This will open the directory where all of your Profiles are stored.
10
10
11
+
If you want to make your own profile, start with the [Template Profile](https://github.com/OpenInterpreter/open-interpreter/blob/main/interpreter/terminal_interface/profiles/defaults/template_profile.py).
12
+
11
13
To apply a Profile to an Open Interpreter session, you can run `interpreter --profile <name>`
0 commit comments