From 3073cb7e6df3d04ccfcfe126fd941c4a8d3be895 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Tue, 25 Jun 2024 23:13:34 -0400 Subject: [PATCH] No quotes in the env file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eba57f0..f4a5006 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ API_ENDPOINT=http://localhost:8080/v1 # The OpenAI-compatible endpoint for the bot to send messsages to. Defaults to "http://localhost:8080/v1" # e.x. "http://localhost:8080/v1", "https://api.openai.com/v1" -API_KEY="none" +API_KEY=none # Your API key here for OpenAI/LocalAI. Defaults to the string "none". # MAKE SURE to fill this in with your OpenAI API Key or a key you may have set for LocalAI. # If you didn't set the API key for LocalAI, you may leave this blank.