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