mojtabaa4 commited on
Commit
5075eeb
1 Parent(s): 30b8a78

add application files

Browse files
Files changed (1) hide show
  1. model/llm/llm.py +1 -0
model/llm/llm.py CHANGED
@@ -3,6 +3,7 @@ import openai
3
  import sys
4
  import os
5
  import requests
 
6
 
7
 
8
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
 
3
  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__), '../../')))