From f93476d9f2d1fec74840f18cdd867c75fcf100be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=A5=E4=BB=99?= Date: Mon, 9 Feb 2026 16:22:22 +0800 Subject: [PATCH] feat(model/cosyvoice): fix hot_fix setting --- dashscope/audio/tts_v2/speech_synthesizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashscope/audio/tts_v2/speech_synthesizer.py b/dashscope/audio/tts_v2/speech_synthesizer.py index 8ef7420..5339d6c 100644 --- a/dashscope/audio/tts_v2/speech_synthesizer.py +++ b/dashscope/audio/tts_v2/speech_synthesizer.py @@ -356,6 +356,7 @@ def __init__( # pylint: disable=redefined-builtin workspace, url, additional_params, + self._close_ws_after_use, hot_fix, )