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 = {
|
export const DEFAULT_OPENAI_OPTIONS = {
|
||||||
gateway: {
|
gateway: {
|
||||||
order: ['openai'],
|
order: ['openai'],
|
||||||
|
},
|
||||||
openai: {
|
openai: {
|
||||||
parallelToolCalls: false,
|
parallelToolCalls: false,
|
||||||
reasoningEffort: 'minimal',
|
reasoningEffort: 'minimal',
|
||||||
verbosity: 'low',
|
verbosity: 'low',
|
||||||
},
|
},
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Create gateway instance
|
// Create gateway instance
|
||||||
|
|
Loading…
Reference in New Issue