This commit is contained in:
geekan 2024-01-10 21:23:03 +08:00
parent b41c6923b3
commit 8af1488613
19 changed files with 37 additions and 36 deletions

View file

@ -75,8 +75,8 @@ class Config(CLIParams, YamlModel):
puppeteer_config: str = ""
pyppeteer_executable_path: str = ""
IFLYTEK_APP_ID: str = ""
IFLYTEK_APP_SECRET: str = ""
IFLYTEK_APP_KEY: str = ""
IFLYTEK_API_SECRET: str = ""
IFLYTEK_API_KEY: str = ""
AZURE_TTS_SUBSCRIPTION_KEY: str = ""
AZURE_TTS_REGION: str = ""
mermaid_engine: str = "nodejs"