mgokg commited on
Commit
2b93b91
·
verified ·
1 Parent(s): 9edd3cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def google_search(payloads):
43
  texte=""
44
  for o in output:
45
  texte +=o
46
- return texte
47
 
48
  def llm(message):
49
  message = f"return a json object with the keys: name,email,phone,website \n the values can be found here, leave blank if value is not available:\n {message} \n return a json object only. no text, no explanaition"
 
43
  texte=""
44
  for o in output:
45
  texte +=o
46
+ return output
47
 
48
  def llm(message):
49
  message = f"return a json object with the keys: name,email,phone,website \n the values can be found here, leave blank if value is not available:\n {message} \n return a json object only. no text, no explanaition"