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