mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +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
|
* Disable providers that are loaded automatically
|
||||||
*/
|
*/
|
||||||
disabled_providers?: Array<string>
|
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
|
* Model to use in the format of provider/model, eg anthropic/claude-2
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue