aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c0496c159d39251c7d9710c9914ebc7063023d06 (plain)
1
2
3
4
5
6
7
8
copenai is a simple CURSES interface to an OpenAI compatible API.  The
command is simply:

copenai base_url

Where base_url is the base URL of the API.  The secret API key is read
from the environment variable OPENAI_APIKEY.  This is done to prevent
passing it on the command line and leaking it via process listings.