Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from IPython import get_ipython
|
|
| 7 |
import json
|
| 8 |
import requests
|
| 9 |
from tenacity import retry, wait_random_exponential, stop_after_attempt
|
|
|
|
| 10 |
# from termcolor import colored # doesn't actually work in Colab ¯\_(ツ)_/¯
|
| 11 |
|
| 12 |
GPT_MODEL = "gpt-3.5-turbo-1106"
|
|
|
|
| 7 |
import json
|
| 8 |
import requests
|
| 9 |
from tenacity import retry, wait_random_exponential, stop_after_attempt
|
| 10 |
+
from IPython import get_ipython
|
| 11 |
# from termcolor import colored # doesn't actually work in Colab ¯\_(ツ)_/¯
|
| 12 |
|
| 13 |
GPT_MODEL = "gpt-3.5-turbo-1106"
|