File tree Expand file tree Collapse file tree 2 files changed +28
-18
lines changed
Expand file tree Collapse file tree 2 files changed +28
-18
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments