基于讯飞API增加TTS能力,总配置文件样例

This commit is contained in:
lzybetter
2024-05-09 07:58:36 +08:00
parent 667d48f5f1
commit 807142da86
5 changed files with 225 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
import yaml
import os
from util.singleton import singleton
@singleton
class Config:
__BASE_PATH = os.getcwd()