simpleGPT/README.txt

12 lines
368 B
Plaintext
Raw Permalink Normal View History

2023-10-30 22:57:12 +00:00
Talk to ChatGPT without a browser.
Requirements:
* python3
Usage:
* Put your OpenAI API key into the environment variable OPENAI_API_KEY or the file $USER/.config/me.fier.simpleGPT/api_key.txt (Linux) / %appdata%\me.fier.simpleGPT/api_key.txt (Windows)
Syntax: ./simpleGPT <text editor> <topic>
2023-10-30 23:00:52 +00:00
(I use nano, you best use some editor that opens a process per file)