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

Function _dashscope_model

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

Source from the content-addressed store, hash-verified

84
85
86def _dashscope_model() -> str:
87 return (
88 _provider_env("dashscope", "MODEL")
89 or _settings_value("tts_dashscope_model", "")
90 or "qwen3-tts-flash-realtime"
91 )
92
93
94def _dashscope_service_url() -> 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