Spaces:
Running
Running
Fix the typo
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
|
8 |
# Setup Groq
|
9 |
-
client =
|
10 |
model = "llama-3.3-70b-versatile"
|
11 |
|
12 |
def handle_groq_error(e, model_name):
|
|
|
6 |
|
7 |
|
8 |
# Setup Groq
|
9 |
+
client = groq.Client(api_key=os.environ.get("GROQ_API_KEY")) # Correct initialization
|
10 |
model = "llama-3.3-70b-versatile"
|
11 |
|
12 |
def handle_groq_error(e, model_name):
|