From d457fa2b9feaa965618955cd597a845e65da9a6d Mon Sep 17 00:00:00 2001 From: "Randy, Huang" Date: Sun, 21 Apr 2024 15:22:40 +0900 Subject: [PATCH] Add Groq API key configuration to .secrets_template.toml --- pr_agent/settings/.secrets_template.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index 8735d962..b5aa352f 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -29,6 +29,9 @@ key = "" # Optional, uncomment if you want to use Cohere. Acquire through https: [replicate] key = "" # Optional, uncomment if you want to use Replicate. Acquire through https://replicate.com/ +[groq] +key = "" # Acquire through https://console.groq.com/keys + [huggingface] key = "" # Optional, uncomment if you want to use Huggingface Inference API. Acquire through https://huggingface.co/docs/api-inference/quicktour api_base = "" # the base url for your huggingface inference endpoint