fix(registry): remove redundant kiro model definition entry

This commit is contained in:
Luis Pater
2026-02-04 01:28:12 +08:00
parent 533a6bd15c
commit b854ee4680

View File

@@ -43,8 +43,6 @@ func GetStaticModelDefinitionsByChannel(channel string) []*ModelInfo {
return GetQwenModels()
case "iflow":
return GetIFlowModels()
case "kiro":
return GetKiroModels()
case "github-copilot":
return GetGitHubCopilotModels()
case "kiro":