diff --git a/scripts/ktv_services_registration.sql b/scripts/ktv_services_registration.sql index f36793a..c3408e4 100644 --- a/scripts/ktv_services_registration.sql +++ b/scripts/ktv_services_registration.sql @@ -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'),