fix: doubao model ID修正为ARK实际可用ID(260628/260128)
This commit is contained in:
parent
68b51af942
commit
fd277aca89
@ -12,8 +12,8 @@
|
||||
|
||||
-- ===================== Part 1: llm =====================
|
||||
INSERT INTO llm (id,name,model,description,iconid,upappid,providerid,ownerid,enabled_date,expired_date,min_balance,status) VALUES
|
||||
('llm_doubao_21_pro','doubao-2.1-pro','doubao-seed-2-1-pro-256k','豆包大模型2.1 Pro — 256K上下文,文本对话',NULL,'huoshanfangzhou','Cy-zrc4DgLIFuA0KMQzlw','0','2025-01-01','2099-12-31',0.00,'published'),
|
||||
('llm_doubao_seedream_5','doubao-seedream-5.0','doubao-seedream-5.0-250828','豆包图像创作模型5.0 — 文生图',NULL,'huoshanfangzhou','Cy-zrc4DgLIFuA0KMQzlw','0','2025-01-01','2099-12-31',0.00,'published'),
|
||||
('llm_doubao_21_pro','doubao-2.1-pro','doubao-seed-2-1-pro-260628','豆包大模型2.1 Pro — 260628版本,256K上下文,文本对话',NULL,'huoshanfangzhou','Cy-zrc4DgLIFuA0KMQzlw','0','2025-01-01','2099-12-31',0.00,'published'),
|
||||
('llm_doubao_seedream_5','doubao-seedream-5.0','doubao-seedream-5-0-260128','豆包图像创作模型5.0 — 260128版本,文生图',NULL,'huoshanfangzhou','Cy-zrc4DgLIFuA0KMQzlw','0','2025-01-01','2099-12-31',0.00,'published'),
|
||||
('llm_doubao_speech_2','doubao-speech-2.0','doubao-speech-2.0','豆包语音识别模型2.0 — 语音转文字',NULL,'huoshanfangzhou','Cy-zrc4DgLIFuA0KMQzlw','0','2025-01-01','2099-12-31',0.00,'published')
|
||||
ON DUPLICATE KEY UPDATE model=VALUES(model), description=VALUES(description);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user