aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-02-17 21:24:31 -0600
committerParker <contact@pkrm.dev>2025-02-17 21:24:31 -0600
commit06034d0b373a9aed5033c2e670950f765e285c2a (patch)
tree9121832c8535afae443cf5d581e302af8d0fae7b /README.md
parentb335e82699bc177c689450ee2f732398cdd372ac (diff)
Support OpenAI AND Groq
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e984734..0655796 100644
--- a/README.md
+++ b/README.md
@@ -106,10 +106,11 @@ Field | Description | Requirement
GENIUS_CLIENT_ID | `CLIENT ID`: ID from Genius API Dashboard | **OPTIONAL** - *Used for the /lyrics command*
GENIUS_CLIENT_SECRET | `CLIENT SECRET`: Secret string from Genius API Dashboard | **OPTIONAL** - *Used for the /lyrics command*
-## OPENAI | OPTIONAL
+## AI | OPTIONAL
Field | Description | Requirement
--- | --- | ---
-OPENAI_API_KEY | API Key from OpenAI for autoplay recommendations | **OPTIONAL** - *Used to support the /autoplay feature*
+SERVICE | Which providers API you will use. Supports `groq` or `openai` | **OPTIONAL** - *Used to support the /autoplay feature*
+API_KEY | API key for the provider you are using | **OPTIONAL** - *Used to support the /autoplay feature*
<br>