Add files via upload

This commit is contained in:
RVC-Boss 2024-01-25 00:30:39 +08:00 committed by GitHub
parent c24687f620
commit 249561e5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(