()
| 92 | |
| 93 | |
| 94 | def _dashscope_service_url() -> str: |
| 95 | return ( |
| 96 | _provider_env("dashscope", "SERVICE_URL") |
| 97 | or _settings_value("tts_dashscope_service_url", "") |
| 98 | or "wss://dashscope.aliyuncs.com/api-ws/v1/realtime" |
| 99 | ) |
| 100 | |
| 101 | |
| 102 | def _dashscope_voice() -> str: |
no test coverage detected