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