chore: remove icon_large of models (#30466)

Co-authored-by: zhsama <torvalds@linux.do>
This commit is contained in:
非法操作
2026-01-03 01:35:17 +08:00
committed by GitHub
parent 8f2aabf7bd
commit c1bb310183
13 changed files with 3 additions and 59 deletions

View File

@ -331,7 +331,6 @@ class ProviderManager:
provider=provider_schema.provider,
label=provider_schema.label,
icon_small=provider_schema.icon_small,
icon_large=provider_schema.icon_large,
supported_model_types=provider_schema.supported_model_types,
),
)