mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
update:linkerai 近期多次测试,linkerai接口无法提供稳定服务,先暂时下架这个供应器
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- 删除provider_code为linkerai的供应商配置
|
||||
DELETE FROM `ai_model_provider` WHERE `provider_code` = 'linkerai';
|
||||
|
||||
-- 删除model_code为LinkeraiTTS的模型配置
|
||||
DELETE FROM `ai_model_config` WHERE `model_code` = 'LinkeraiTTS';
|
||||
|
||||
-- 删除LinkeraiTTS关联的TTS音色记录
|
||||
DELETE FROM `ai_tts_voice` WHERE `tts_model_id` = 'TTS_LinkeraiTTS';
|
||||
@@ -655,3 +655,10 @@ databaseChangeLog:
|
||||
- sqlFile:
|
||||
encoding: utf8
|
||||
path: classpath:db/changelog/202605071120.sql
|
||||
- changeSet:
|
||||
id: 202605081008
|
||||
author: fyb
|
||||
changes:
|
||||
- sqlFile:
|
||||
encoding: utf8
|
||||
path: classpath:db/changelog/202605081008.sql
|
||||
|
||||
Reference in New Issue
Block a user