mirror of https://github.com/buster-so/buster.git
remove max tokens
This commit is contained in:
parent
92c4c1e257
commit
9cafd4e0ff
|
@ -13,7 +13,6 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
|||
const DEFAULT_OPTIONS = {
|
||||
maxSteps: 18,
|
||||
temperature: 0,
|
||||
maxTokens: 10000,
|
||||
providerOptions: {
|
||||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
|
|
|
@ -12,7 +12,6 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
|||
const DEFAULT_OPTIONS = {
|
||||
maxSteps: 18,
|
||||
temperature: 0,
|
||||
maxTokens: 10000,
|
||||
providerOptions: {
|
||||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
|
|
Loading…
Reference in New Issue