mojtabaa4 commited on
Commit
d9a24f0
1 Parent(s): 5a91e67

add application files

Browse files
Files changed (1) hide show
  1. 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