Skip to content

Commit

Permalink
docs(examples): added more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 27, 2024
1 parent 37ab6b4 commit e69551f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To see example output without running the commands yourself, check out the :doc:
# files
gptme 'summarize this' README.md
gptme 'refactor this' main.py
gptme 'what do you see?' image.png # vision
# stdin
git status -vv | gptme 'fix TODOs'
Expand All @@ -21,6 +22,10 @@ To see example output without running the commands yourself, check out the :doc:
# if path not directly provided in prompt, it can read files using tools
gptme 'suggest improvements to my vimrc'
gptme 'take a screenshot and tell me what you see'
# can read URLs (if browser tool is available)
gptme 'implement this' https://github.com/ErikBjare/gptme/issues/286
# chaining prompts
gptme 'show me something cool in the python repl' - 'something cooler' - 'something even cooler'
Expand Down

0 comments on commit e69551f

Please sign in to comment.