mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix
This commit is contained in:
parent
4e84429745
commit
22388df95e
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export function DialogModel() {
|
|||
const provider = sync.data.provider.find((x) => x.id === item.providerID)!
|
||||
if (!provider) return []
|
||||
const model = provider.models[item.modelID]
|
||||
if (!model) return []
|
||||
return [
|
||||
{
|
||||
key: item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue