feat: improve model catalog aggregation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE IF EXISTS platform_models
|
||||
ADD COLUMN IF NOT EXISTS provider_model_name text;
|
||||
|
||||
UPDATE platform_models
|
||||
SET provider_model_name = model_name
|
||||
WHERE provider_model_name IS NULL OR btrim(provider_model_name) = '';
|
||||
Reference in New Issue
Block a user