Add files via upload

This commit is contained in:
RVC-Boss 2024-01-25 00:30:39 +08:00 committed by GitHub
parent 934c87a7a5
commit 586c1b20ca

View File

@ -1,4 +1,9 @@
import os,re
import os,re,logging
logging.getLogger("markdown_it").setLevel(logging.ERROR)
logging.getLogger("urllib3").setLevel(logging.ERROR)
logging.getLogger("httpcore").setLevel(logging.ERROR)
logging.getLogger("httpx").setLevel(logging.ERROR)
logging.getLogger("asyncio").setLevel(logging.ERROR)
import pdb
gpt_path = os.environ.get(