CosmoAI commited on
Commit
43c14e0
1 Parent(s): 2ac511b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ apis = [
13
 
14
 
15
  def make_call(data):
16
-
17
- data = None
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(