Skip to content

Commit

Permalink
Add Groq API key configuration to .secrets_template.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
randy-tsukemen committed Apr 21, 2024
1 parent d430604 commit d457fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pr_agent/settings/.secrets_template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d457fa2

Please sign in to comment.