mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
slash commands (#2157)
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
This commit is contained in:
@@ -36,9 +36,9 @@ export namespace Provider {
|
||||
},
|
||||
}
|
||||
},
|
||||
async opencode() {
|
||||
async opencode(input) {
|
||||
return {
|
||||
autoload: true,
|
||||
autoload: Object.keys(input.models).length > 0,
|
||||
options: {},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user