mattvr / ShellGPT

Upgrade your terminal with GPT-4. Ask questions, automate commands, pipe I/O, etc. Made with Deno.
MIT License
228 stars 11 forks source link

Request: way to pass an image #15

Open nicobrenner opened 6 months ago

nicobrenner commented 6 months ago

Amazing tool!

It would be great to be able to use this like chatgpt, but from the console, using a chat-style interface that maintains context

Also, would love a way to pass images. I regularly take screenshots and then paste them into chatgpt to prompt it for something related to the image

mattvr commented 6 months ago

Thanks @nicobrenner

For the chat-style interface, does using gpt --repl work for you?

For the passing in images, that is a good idea, and could be supported by using the GPT4 with Vision preview in the future: https://platform.openai.com/docs/guides/vision

nicobrenner commented 6 months ago

Thank you @mattvr

--repl sounds great

It would be nice to have a screenshot of gpt --repl in the readme

Actually, I just went ahead and made some changes to the README.md file to highlight the chat/repl feature a little bit more, hope you don't mind: https://github.com/mattvr/ShellGPT/pull/17/commits/886803533328f44a4002005779bd579451874960

😄