cfg: update

This commit is contained in:
csunny
2023-05-18 17:32:53 +08:00
parent 9ddd089381
commit 0d370a1a64
3 changed files with 2 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ import os
import shutil
import uuid
import json
import sys
import time
import gradio as gr
import datetime
@@ -13,8 +14,7 @@ import requests
from urllib.parse import urljoin
from langchain import PromptTemplate
import os
import sys
ROOT_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
sys.path.append(ROOT_PATH)