chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-11 03:36:12 +00:00
parent 9613a82e0d
commit c99c805a4c
6 changed files with 11 additions and 16 deletions
+1 -3
View File
@@ -88,9 +88,7 @@ export function DialogModel(props: { providerID?: string }) {
filter((option) => {
if (!showSections) return true
if (
favorites.some(
(item) => item.providerID === option.value.providerID && item.modelID === option.value.modelID,
)
favorites.some((item) => item.providerID === option.value.providerID && item.modelID === option.value.modelID)
)
return false
if (