Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def predict(input, _):
|
|
| 29 |
max_tokens=10,
|
| 30 |
top_p=1
|
| 31 |
)
|
| 32 |
-
return response.choices[0].message
|
| 33 |
|
| 34 |
|
| 35 |
#print(predict('Are you available for a meeting on 13th Feb at 2 pm '))
|
|
|
|
| 29 |
max_tokens=10,
|
| 30 |
top_p=1
|
| 31 |
)
|
| 32 |
+
return response.choices[0].message.content
|
| 33 |
|
| 34 |
|
| 35 |
#print(predict('Are you available for a meeting on 13th Feb at 2 pm '))
|