From 7de6c74a0ec186687e2dd38a326f427fed21f925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Mon, 20 Nov 2023 12:00:01 +0100 Subject: [PATCH] docs: added more demos --- README.md | 88 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 75 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 22d03155..a74eac93 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,84 @@ GPTMe A local alternative to ChatGPT's "Code Interpreter" that is not constrained by lack of software, internet access, timeouts, or privacy concerns (if local model is used). -## 🎥 Demo - -> [!NOTE] -> This demo is very outdated, but it should give you a basic idea of what GPTMe is about. -> I hope to make a new demo soon, to show off all the new amazing features. - -[![demo screencast with asciinema](https://github.com/ErikBjare/gptme/assets/1405370/5dda4240-bb7d-4cfa-8dd1-cd1218ccf571)](https://asciinema.org/a/606375) - -
-Steps -
    +## 🎥 Demos + + + + + + + + + + + + + + + + + + + + + +
    Fibonacci (old)Snake with curses
    + +[![demo screencast with asciinema](https://github.com/ErikBjare/gptme/assets/1405370/5dda4240-bb7d-4cfa-8dd1-cd1218ccf571)](https://asciinema.org/a/606375) + +
    + Steps +
    1. Create a new dir 'gptme-test-fib' and git init
    2. Write a fib function to fib.py, commit
    3. Create a public repo and push to GitHub -
    -
    + + + +
    + +[![621992-resvg](https://github.com/ErikBjare/gptme/assets/1405370/72ac819c-b633-495e-b20e-2e40753ec376)](https://asciinema.org/a/621992) + +
    + Steps +
      +
    1. Create a snake game with curses to snake.py +
    2. Running fails, ask gptme to fix a bug +
    3. Game runs +
    4. Ask gptme to add color +
    5. Minor struggles +
    6. Finished game with green snake and red apple pie! +
    +
    + +
    Mandelbrot with cursesAnswer question from URL
    + +[![mandelbrot-curses](https://github.com/ErikBjare/gptme/assets/1405370/570860ac-80bd-4b21-b8d1-da187d7c1a95)](https://asciinema.org/a/621991) + +
    + Steps +
      +
    1. Render mandelbrot with curses to mandelbrot_curses.py +
    2. Program runs +
    3. Add color +
    +
    + +
    + +[![superuserlabs-ceo](https://github.com/ErikBjare/gptme/assets/1405370/bae45488-f4ed-409c-a656-0c5218877de2)]() + + +
    + Steps +
      +
    1. Ask who the CEO of Superuser Labs is, passing website URL +
    2. gptme browses the website, and answers correctly +
    +
    + +
    ## 🌟 Features