mirror of https://github.com/buster-so/buster.git
Add serviceTier option to OpenAI configuration in analyst and think-and-prep agents
This commit is contained in:
parent
e21ac9d1e1
commit
b00b5c6858
|
@ -22,6 +22,7 @@ const DEFAULT_OPTIONS = {
|
|||
openai: {
|
||||
parallelToolCalls: false,
|
||||
reasoningEffort: 'minimal',
|
||||
serviceTier: 'priority',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -19,6 +19,7 @@ const DEFAULT_OPTIONS = {
|
|||
openai: {
|
||||
parallelToolCalls: false,
|
||||
reasoningEffort: 'minimal',
|
||||
serviceTier: 'priority'
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue