avi080704 commited on
Commit
908c372
·
verified ·
1 Parent(s): d0f3ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()