From 6c727abed5f8abf0d229f9a974b50cecea918878 Mon Sep 17 00:00:00 2001 From: Copper <157772455+FateUnix29@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:58:13 -0700 Subject: [PATCH] groq api key example --- keys.example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keys.example.json b/keys.example.json index 8e4037c..8772896 100644 --- a/keys.example.json +++ b/keys.example.json @@ -3,5 +3,6 @@ "OPENAI_ORG_ID": "", "GEMINI_API_KEY": "", "ANTHROPIC_API_KEY": "", - "REPLICATE_API_KEY": "" -} \ No newline at end of file + "REPLICATE_API_KEY": "", + "GROQ_API_KEY": "" +}