mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 08:03:53 +08:00
update:TTS_ACGNTTS 海豚配音截止5月7日未找到token入口,先暂时下架这个供应器
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 删除provider_code为ttson的供应器
|
||||
DELETE FROM `ai_model_provider` WHERE `provider_code` = 'ttson';
|
||||
|
||||
-- 删除model_code为ACGNTTS的配置
|
||||
DELETE FROM `ai_model_config` WHERE `model_code` = 'ACGNTTS';
|
||||
@@ -641,3 +641,10 @@ databaseChangeLog:
|
||||
- sqlFile:
|
||||
encoding: utf8
|
||||
path: classpath:db/changelog/202604300930.sql
|
||||
- changeSet:
|
||||
id: 202605071037
|
||||
author: fyb
|
||||
changes:
|
||||
- sqlFile:
|
||||
encoding: utf8
|
||||
path: classpath:db/changelog/202605071037.sql
|
||||
|
||||
Reference in New Issue
Block a user