@@ -62,6 +62,11 @@ class Settings(BaseSettings):
|
||||
# ── OpenAI (TTS) ─────────────────────────────────────────
|
||||
openai_api_key: str = ""
|
||||
|
||||
# ── TTS ─────────────────────────────────────────────────
|
||||
tts_provider: str = "openai"
|
||||
tts_voice_type: int = 1001
|
||||
tts_codec: str = "mp3"
|
||||
|
||||
# ── WeChat Pay ───────────────────────────────────────────
|
||||
wechat_pay_app_id: str = ""
|
||||
wechat_pay_mch_id: str = ""
|
||||
|
||||
Reference in New Issue
Block a user