summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/Groq.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/needs_auth/Groq.py')
-rw-r--r--g4f/Provider/needs_auth/Groq.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/Groq.py b/g4f/Provider/needs_auth/Groq.py
index 87e87e60..922b2dd2 100644
--- a/g4f/Provider/needs_auth/Groq.py
+++ b/g4f/Provider/needs_auth/Groq.py
@@ -4,6 +4,7 @@ from .Openai import Openai
from ...typing import AsyncResult, Messages
class Groq(Openai):
+ lebel = "Groq"
url = "https://console.groq.com/playground"
working = True
default_model = "mixtral-8x7b-32768"