Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
| 18 |
GROQ_MODELS = [
|
| 19 |
m.strip()
|
| 20 |
for m in os.getenv(
|
| 21 |
-
"GROQ_MODELS",
|
| 22 |
"llama-3.3-70b-versatile,llama-3.1-8b-instant",
|
| 23 |
).split(",")
|
| 24 |
if m.strip()
|
|
|
|
| 18 |
GROQ_MODELS = [
|
| 19 |
m.strip()
|
| 20 |
for m in os.getenv(
|
|
|
|
| 21 |
"llama-3.3-70b-versatile,llama-3.1-8b-instant",
|
| 22 |
).split(",")
|
| 23 |
if m.strip()
|