Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ apis = [
|
|
| 13 |
|
| 14 |
|
| 15 |
def make_call(data):
|
| 16 |
-
|
| 17 |
-
|
| 18 |
while True:
|
| 19 |
for api in apis:
|
| 20 |
client = Groq(
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
def make_call(data):
|
| 16 |
+
print(data)
|
| 17 |
+
answer = None
|
| 18 |
while True:
|
| 19 |
for api in apis:
|
| 20 |
client = Groq(
|