From ec08c25f28223dcad3694e44235e18fa5432e2a5 Mon Sep 17 00:00:00 2001 From: JBD Date: Sun, 8 Sep 2024 19:17:08 -0700 Subject: [PATCH] Replace insert key with something more intuitive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d86ff9..0c7af31 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Obtain a Gemini API key from the [AI Studio](https://aistudio.google.com/). Then set the following environmental variable to the key. ```sh -$ export GEMINI_API_KEY= +$ export GEMINI_API_KEY= ``` ## Usage with OpenAI API