Skip to content

Commit

Permalink
docs: minor improved examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 22, 2024
1 parent df46bf5 commit 1158d95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ To see example output without running the commands yourself, check out the :ref:
gptme 'write a web app to particles.html which shows off an impressive and colorful particle effect using three.js'
gptme 'render mandelbrot set to mandelbrot.png'
# stdin
make test | gptme 'fix the failing tests'
# from a file
gptme 'summarize this' README.md
gptme 'refactor this' main.py
# it can read files using tools, if contents not provided in prompt
gptme 'suggest improvements to my vimrc'
Do you have a cool example? Share it with us in the `Discussions <https://github.com/ErikBjare/gptme/discussions>`_!

0 comments on commit 1158d95

Please sign in to comment.