Skip to content

Commit 46347d3

Browse files
committed
docs: added screencast demo
1 parent 1d04c31 commit 46347d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ A fancy CLI to interact with LLMs in a Chat-style interface, with additional cap
1818
- Handles long contexts through summarization, truncation, and pinning.
1919
- (wip, not very well developed)
2020

21-
### Demo (TODO)
21+
### Demo
22+
23+
[![asciicast](https://asciinema.org/a/606375.svg)](https://asciinema.org/a/606375)
2224

2325
Steps:
2426

2527
1. Create a new dir 'gptme-test-fib' and git init
26-
2. Write a fibonacci function in Python to fib.py, commit
27-
3. Create a repo and push to GitHub
28-
29-
(I will be creating a screencast of this soon, but it works today!)
28+
2. Write a fib function to fib.py, commit
29+
3. Create a public repo and push to GitHub
3030

3131
### Getting started
3232

0 commit comments

Comments
 (0)