From c018c7ea6d99ea9ece853758622c9f557f9af103 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 21 Jun 2025 20:33:46 +0100 Subject: Initial skeleton. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0496c1 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3