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