Spaces:
Runtime error
Runtime error
add application files
Browse files- model/llm/llm.py +1 -1
model/llm/llm.py
CHANGED
|
@@ -4,7 +4,7 @@ import sys
|
|
| 4 |
import os
|
| 5 |
import requests
|
| 6 |
from json import JSONDecodeError
|
| 7 |
-
|
| 8 |
|
| 9 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
|
| 10 |
|
|
|
|
| 4 |
import os
|
| 5 |
import requests
|
| 6 |
from json import JSONDecodeError
|
| 7 |
+
import time
|
| 8 |
|
| 9 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
|
| 10 |
|