mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
update:TTS_GizwitsTTS 近期机智云语音合成不成功,先暂时下架这个供应器
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user