Spaces:
Sleeping
Sleeping
Fix the typo (#1)
Browse files- Fix the typo (4dd4ca1fba4a8359b731708746997a618c7c7ea0)
Co-authored-by: _Noxty <[email protected]>
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):
|