From 5fa1979a4627f3885223ccae73629bc2142668a9 Mon Sep 17 00:00:00 2001 From: Cvandia <106718176+Cvandia@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E8=BF=87=E7=A8=8B=E7=9A=84=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6=E5=86=99=E5=85=A5=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/provider/sources/fishaudio_tts_api_source.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/astrbot/core/provider/sources/fishaudio_tts_api_source.py b/astrbot/core/provider/sources/fishaudio_tts_api_source.py index 18d0e906c..3f07af9c9 100644 --- a/astrbot/core/provider/sources/fishaudio_tts_api_source.py +++ b/astrbot/core/provider/sources/fishaudio_tts_api_source.py @@ -71,8 +71,6 @@ class ProviderFishAudioTTSAPI(TTSProvider): response = await client.get( "/model", params=params, headers=self.headers ) - with open("data.txt", "w") as f: - f.write(response.text) resp_data = response.json() if resp_data["total"] == 0: continue