mgokg commited on
Commit
5a9544b
·
verified ·
1 Parent(s): 95503e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ def llama(message):
69
  api_name="/chat"
70
  )
71
  print(result)
 
72
 
73
  def llm(message):
74
  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'
 
69
  api_name="/chat"
70
  )
71
  print(result)
72
+ return result
73
 
74
  def llm(message):
75
  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'