aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2025-06-21 20:33:46 +0100
committerIan C <ianc@noddybox.co.uk>2025-06-21 20:33:46 +0100
commitc018c7ea6d99ea9ece853758622c9f557f9af103 (patch)
tree0759c5e8f815e3a7aaa08b73ee1ded63cf831c14 /README.md
Initial skeleton.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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.