Skip to content

Commit 65546c2

Browse files
authored
Merge pull request #1407 from MikeBirdTech/profile-template-video
Profile Tutorial video in docs
2 parents de35005 + 7c3319f commit 65546c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/getting-started/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Setup
55
<iframe
66
width="560"
77
height="315"
8-
src="https://www.youtube.com/watch?v=5sk3t8ilDR8"
8+
src="https://www.youtube.com/embed/5sk3t8ilDR8"
99
frameBorder="0"
1010
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
1111
allowFullScreen

docs/guides/profiles.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Profiles
33
---
44

5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/NxfdrGQrkHQ"
9+
frameBorder="0"
10+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
11+
allowFullScreen
12+
></iframe>
13+
514
Profiles are a powerful way to customize your instance of Open Interpreter.
615

716
Profiles are Python files that configure Open Interpreter. A wide range of fields from the [model](/settings/all-settings#model-selection) to the [context window](/settings/all-settings#context-window) to the [message templates](/settings/all-settings#user-message-template) can be configured in a Profile. This allows you to save multiple variations of Open Interpreter to optimize for your specific use-cases.

0 commit comments

Comments
 (0)