From cf38954ba6026d6393e38517a7147f4328d66271 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Sun, 12 Feb 2023 21:04:12 -0500 Subject: [PATCH] add auth to docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d16e9e..6b58d10 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ go install github.com/verdverm/chatgpt@latest chatgpt -h ``` +Authentication: + +Set `CHATGPT_API_KEY`, which you can get here: https://platform.openai.com/account/api-keys + Examples: ```