()
| 160 | |
| 161 | |
| 162 | def _local_indextts_model() -> str: |
| 163 | return ( |
| 164 | _provider_env("local_indextts", "MODEL") |
| 165 | or _settings_value("tts_local_indextts_model", "") |
| 166 | or "IndexTeam/IndexTTS-2" |
| 167 | ) |
| 168 | |
| 169 | |
| 170 | def _local_indextts_model_dir(model: str) -> str: |
no test coverage detected