MCPcopy
hub / github.com/datascale-ai/opentalking / _local_indextts_model

Function _local_indextts_model

opentalking/providers/tts/factory.py:162–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161
162def _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
170def _local_indextts_model_dir(model: str) -> str:

Callers 3

tts_provider_configFunction · 0.85
tts_log_profileFunction · 0.85
create_tts_adapterFunction · 0.85

Calls 2

_provider_envFunction · 0.70
_settings_valueFunction · 0.70

Tested by

no test coverage detected