diff --git a/README.md b/README.md index 47e7d97..db77ab6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ For the purists: simply run `julia --project -t auto main.jl` in your terminal ( How to start? Type `Say hi!` in the question box on the Chat tab and click Submit (or press CTRL+ENTER). +**Preview:** +![preview plain mode](docs/src/videos/screen-capture-plain.gif) + ## Motivation Imagine you're walking your dog and suddenly come up with a brilliant idea for a code snippet you need urgently. @@ -49,6 +52,8 @@ Using ChatGPT on your phone is feasible, but slow and cumbersome—typing out or Enter **ProToPortal**: Select the JuliaExpertAsk template, use speech-to-text on your phone to dictate your needs, enable auto-fixing with Monte-Carlo Tree Search (`airetry!`), and watch as your phone processes 6 iterations of the code before ChatGPT generates its first response! +For a preview, see the video: `docs/src/videos/screen-capture-code-fixing.mp4` + ## Key Highlights - **Accessible Anywhere**: Use it on any device—laptop, phone, etc.—with numerous prompt templates designed to save your keystrokes. diff --git a/docs/src/introduction.md b/docs/src/introduction.md index ef380e3..0b87f11 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -36,6 +36,9 @@ For the purists: simply run `julia --project -t auto main.jl` in your terminal ( How to start? Type `Say hi!` in the question box on the Chat tab and click Submit (or press CTRL+ENTER). +**Preview:** +![preview plain mode](videos/screen-capture-plain.gif) + ## Motivation Imagine you're walking your dog and suddenly come up with a brilliant idea for a code snippet you need urgently. @@ -44,6 +47,8 @@ Using ChatGPT on your phone is feasible, but slow and cumbersome—typing out or Enter **ProToPortal**: Select the JuliaExpertAsk template, use speech-to-text on your phone to dictate your needs, enable auto-fixing with Monte-Carlo Tree Search (`airetry!`), and watch as your phone processes 6 iterations of the code before ChatGPT generates its first response! +For a preview, see the video: `docs/src/videos/screen-capture-code-fixing.mp4` + ## Key Highlights - **Accessible Anywhere**: Use it on any device—laptop, phone, etc.—with numerous prompt templates designed to save your keystrokes. diff --git a/docs/src/videos/screen-capture-code-fixing.webm b/docs/src/videos/screen-capture-code-fixing.webm new file mode 100644 index 0000000..8daebe0 Binary files /dev/null and b/docs/src/videos/screen-capture-code-fixing.webm differ diff --git a/docs/src/videos/screen-capture-plain.gif b/docs/src/videos/screen-capture-plain.gif new file mode 100644 index 0000000..8b5b608 Binary files /dev/null and b/docs/src/videos/screen-capture-plain.gif differ