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