mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
fdfb54aea5
commit
01c6e76b67
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ export namespace Provider {
|
|||
},
|
||||
}
|
||||
},
|
||||
async opencode() {
|
||||
async opencode(input) {
|
||||
return {
|
||||
autoload: true,
|
||||
autoload: Object.keys(input.models).length > 0,
|
||||
options: {},
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue