fix: remove redundant face-recognize llm_api_map

This commit is contained in:
yumoqing 2026-07-05 13:59:43 +08:00
parent 9a6769e61b
commit f56eba19d9

View File

@ -171,7 +171,6 @@ INSERT IGNORE INTO llm_api_map (id, llmid, llmcatelogid, apiname, isdefaultcatel
('map_realesrgan', 'llm_realesrgan', 'super_resolution', 'realesrgan-upscale', '1'),
('map_asr', 'llm_asr', 'asr', 'asr-transcribe', '1'),
('map_face_detect', 'llm_face', 'face_detect', 'face-detect', '1'),
('map_face_recognize','llm_face', 'face_detect', 'face-recognize', '0'),
('map_graph', 'llm_graph', 'graph_process','graph-neighbors', '1'),
('map_ner', 'llm_ner', 'ner', 'ner-extract', '1'),
('map_songrate', 'llm_songrate', 'song_eval', 'songrate-evaluate', '1'),