mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
remove accidental opanai autoloader
This commit is contained in:
parent
4b26b43855
commit
7dd0918d32
1 changed files with 0 additions and 8 deletions
|
@ -113,14 +113,6 @@ export namespace Provider {
|
|||
},
|
||||
}
|
||||
},
|
||||
openai: async () => {
|
||||
return {
|
||||
async getModel(sdk: any, modelID: string) {
|
||||
return sdk.responses(modelID)
|
||||
},
|
||||
options: {},
|
||||
}
|
||||
},
|
||||
"amazon-bedrock": async () => {
|
||||
if (!process.env["AWS_PROFILE"] && !process.env["AWS_ACCESS_KEY_ID"])
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue