Spaces:
Running
Running
Update app.py
Browse files
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:
|