bugfixes
This commit is contained in:
@@ -4,7 +4,6 @@ import warnings
|
||||
|
||||
warnings.filterwarnings("ignore")
|
||||
abs_path = os.path.dirname(os.path.realpath(sys.argv[0])) + '/'
|
||||
os.chdir(abs_path)
|
||||
|
||||
def main():
|
||||
try:
|
||||
|
||||
@@ -9,7 +9,7 @@ import threading
|
||||
from util import general_utils as gu
|
||||
|
||||
abs_path = os.path.dirname(os.path.realpath(sys.argv[0])) + '/'
|
||||
key_record_path = abs_path+'chatgpt_key_record'
|
||||
key_record_path = abs_path + 'chatgpt_key_record'
|
||||
|
||||
class ProviderOpenAIOfficial(Provider):
|
||||
def __init__(self, cfg):
|
||||
|
||||
Reference in New Issue
Block a user