From c8af28781c98938eb44c316929a84709c042da1c Mon Sep 17 00:00:00 2001 From: thekage91 Date: Fri, 14 Mar 2025 12:42:51 +0100 Subject: [PATCH] Update .env_template with informations about OPENAI_API_KEY --- owl/.env_template | 1 + 1 file changed, 1 insertion(+) diff --git a/owl/.env_template b/owl/.env_template index baf1eea..a9cb375 100644 --- a/owl/.env_template +++ b/owl/.env_template @@ -5,6 +5,7 @@ # OPENAI_API_BASE_URL="" # When using GROQ remember to set OPENAI_API_BASE_URL to https://api.groq.com/openai/v1 to use the groq model according to https://console.groq.com/docs/openai +# and set OPENAI_API_KEY equal to GROQ_API_KEY # GROQ_API_KEY="" # Azure OpenAI API