feat/ 添加app-expo三种环境切换,待测试 调整tts
This commit is contained in:
@@ -59,8 +59,10 @@ class Settings(BaseSettings):
|
||||
tencent_secret_key: str = ""
|
||||
tencent_asr_app_id: str = ""
|
||||
|
||||
# ── OpenAI (TTS) ─────────────────────────────────────────
|
||||
# ── TTS (openai | tencent) ───────────────────────────────
|
||||
tts_provider: str = "tencent"
|
||||
openai_api_key: str = ""
|
||||
tts_voice_type: int = 603004 # Tencent 音色 ID,见 https://cloud.tencent.com/document/product/1073/92668
|
||||
|
||||
# ── WeChat Pay ───────────────────────────────────────────
|
||||
wechat_pay_app_id: str = ""
|
||||
|
||||
Reference in New Issue
Block a user