mirror of https://github.com/buster-so/buster.git
Merge remote-tracking branch 'origin/staging' into staging
This commit is contained in:
commit
ee7acd68f4
|
@ -13,12 +13,12 @@ export const DEFAULT_ANTHROPIC_OPTIONS = {
|
|||
export const DEFAULT_OPENAI_OPTIONS = {
|
||||
gateway: {
|
||||
order: ['openai'],
|
||||
},
|
||||
openai: {
|
||||
parallelToolCalls: false,
|
||||
reasoningEffort: 'minimal',
|
||||
verbosity: 'low',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
// Create gateway instance
|
||||
|
|
Loading…
Reference in New Issue