chore: generate
This commit is contained in:
parent
33762292f7
commit
d78f91afeb
1 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({
|
|||
models.setVisibility(item, true)
|
||||
if (!options?.recent) return
|
||||
models.recent.push(item)
|
||||
})
|
||||
}),
|
||||
)
|
||||
},
|
||||
visible(item: ModelKey) {
|
||||
|
|
@ -350,7 +350,7 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({
|
|||
if (model) {
|
||||
models.variant.set({ providerID: model.provider.id, modelID: model.id }, value ?? undefined)
|
||||
}
|
||||
})
|
||||
}),
|
||||
)
|
||||
},
|
||||
cycle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue