mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: update sdk
This commit is contained in:
parent
fffe20cbe5
commit
d16c8c9f0f
1 changed files with 4 additions and 0 deletions
|
|
@ -1016,6 +1016,10 @@ export type Config = {
|
|||
* Disable providers that are loaded automatically
|
||||
*/
|
||||
disabled_providers?: Array<string>
|
||||
/**
|
||||
* When set, ONLY these providers will be enabled. All other providers will be ignored
|
||||
*/
|
||||
enabled_providers?: Array<string>
|
||||
/**
|
||||
* Model to use in the format of provider/model, eg anthropic/claude-2
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue