This commit is contained in:
Dax Raad 2025-08-22 16:33:06 -04:00
parent fdfb54aea5
commit 01c6e76b67

View file

@ -36,9 +36,9 @@ export namespace Provider {
},
}
},
async opencode() {
async opencode(input) {
return {
autoload: true,
autoload: Object.keys(input.models).length > 0,
options: {},
}
},