Talk to ChatGPT without a browser
Go to file
Fierelier b85b0d33a8 Do not use python3-openai to reduce bloat 2023-11-17 13:04:54 +01:00
LICENSE First commit 2023-10-30 23:57:12 +01:00
README.txt Do not use python3-openai to reduce bloat 2023-11-17 13:04:54 +01:00
simpleGPT.py Do not use python3-openai to reduce bloat 2023-11-17 13:04:54 +01:00

README.txt

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>

(I use nano, you best use some editor that opens a process per file)