From e414e27e3d6b25b823bd568396dad06a90c666d7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 06:58:45 -0400 Subject: [PATCH] Refactor README.md to include instructions for setting multiple API keys in environment variables --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index dbf27ca..9039d6b 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,7 @@ Authenticate your API keys by setting them in the environment variables: $ export OPENAI_API_KEY="sk-..." ``` -or - -```bash -$ export ANTHROPIC_API_KEY="sk-..." -``` - -*&c.* +Other supported environment variables: `ANTHROPIC_API_KEY`, `GROK_API_KEY`, `XAI_API_KEY`, and `GROQ_API_KEY`.