Skip to content

Commit 3a18abd

Browse files
committed
add videos to codex and gemini integration pages
1 parent 3e9aaa2 commit 3a18abd

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

src/pages/integrations/codex.mdx

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,20 @@ OpenAI Codex provides native support for Basic Memory through the Model Context
1010

1111
## Setup
1212

13-
### Install Basic Memory cli
14-
15-
```bash
16-
# Install Basic Memory
17-
uv tool install basic-memory
18-
19-
# Or with pip
20-
pip install basic-memory
21-
```
13+
### Video Tutorial
14+
15+
Watch this quick guide to get started with Basic Memory and OpenAI Codex:
16+
17+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 2rem 0;">
18+
<iframe
19+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0.5rem;"
20+
src="https://www.youtube.com/embed/BfISDQ0p-UM"
21+
title="Basic Memory + OpenAI Codex Setup Guide"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
24+
allowfullscreen
25+
></iframe>
26+
</div>
2227

2328
### Configure Codex
2429

src/pages/integrations/gemini.mdx

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,20 @@ Google Gemini provides native support for Basic Memory through the Model Context
1010

1111
## Setup
1212

13-
### Install Basic Memory cli
14-
15-
```bash
16-
# Install Basic Memory
17-
uv tool install basic-memory
18-
19-
# Or with pip
20-
pip install basic-memory
21-
```
13+
### Video Tutorial
14+
15+
Watch this quick guide to get started with Basic Memory and Google Gemini:
16+
17+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 2rem 0;">
18+
<iframe
19+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0.5rem;"
20+
src="https://www.youtube.com/embed/yM3B0e6c9yM"
21+
title="Basic Memory + Google Gemini Setup Guide"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
24+
allowfullscreen
25+
></iframe>
26+
</div>
2227

2328
### Configure Gemini
2429

0 commit comments

Comments
 (0)