update:TTS_GizwitsTTS 近期机智云语音合成不成功,先暂时下架这个供应器

This commit is contained in:
FAN-yeB
2026-05-07 11:27:32 +08:00
parent 9ed66ec013
commit 8b7f16b9c2
3 changed files with 13 additions and 12 deletions
@@ -0,0 +1,6 @@
-- 删除model_code为GizwitsTTS的配置
DELETE FROM `ai_model_config` WHERE `model_code` = 'GizwitsTTS';
-- 删除关联的TTS音色记录
DELETE FROM `ai_tts_voice` WHERE `tts_model_id` = 'TTS_GizwitsTTS';
DELETE FROM `ai_tts_voice` WHERE `tts_model_id` = 'TTS_ACGNTTS';
@@ -648,3 +648,10 @@ databaseChangeLog:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202605071037.sql
- changeSet:
id: 202605071120
author: fyb
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202605071120.sql