Merge branch 'RVC-Boss:main' into mps

This commit is contained in:
Lion-Wu
2024-01-25 02:10:02 +08:00
committed by GitHub
6 changed files with 369 additions and 156 deletions

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(