mskov commited on
Commit
45b0e98
·
1 Parent(s): 1575629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
  '''
3
- This script calls the model from openai api to predict the next few words.
4
  '''
5
  import os
6
  from pprint import pprint
 
1
 
2
  '''
3
+ This script calls the model from openai api to predict the next few words in a conversation.
4
  '''
5
  import os
6
  from pprint import pprint