CosmoAI commited on
Commit
11f77d6
·
verified ·
1 Parent(s): b65b755

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -13,8 +13,6 @@ apis = [
13
 
14
 
15
  def make_call():
16
- """Calls the Groq API (assuming API key auth) and handles potential errors."""
17
-
18
  data = None
19
  while True:
20
  for api in apis:
 
13
 
14
 
15
  def make_call():
 
 
16
  data = None
17
  while True:
18
  for api in apis: