feat(recipes): add lora availability filter to recipe filter panel

This commit is contained in:
Will Miao
2026-08-24 16:59:42 +08:00
parent 20f66a4fe1
commit 6f5c444ec5
20 changed files with 763 additions and 12 deletions
+1
View File
@@ -148,6 +148,7 @@ export const state = {
tags: {},
license: {},
modelTypes: [],
loraAvailability: [],
search: ''
},
pageSize: 20,