asuhag commited on
Commit
f1c4868
1 Parent(s): 1ffdc47

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["content"]
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 '))