mirror of https://github.com/buster-so/buster.git
bump max tokens
This commit is contained in:
parent
a369ba2b32
commit
317b7cb8c3
|
@ -14,6 +14,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
||||||
const DEFAULT_OPTIONS = {
|
const DEFAULT_OPTIONS = {
|
||||||
maxSteps: 18,
|
maxSteps: 18,
|
||||||
temperature: 1,
|
temperature: 1,
|
||||||
|
maxTokens: 10000,
|
||||||
providerOptions: {
|
providerOptions: {
|
||||||
anthropic: {
|
anthropic: {
|
||||||
disableParallelToolCalls: true,
|
disableParallelToolCalls: true,
|
||||||
|
|
|
@ -12,6 +12,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
||||||
const DEFAULT_OPTIONS = {
|
const DEFAULT_OPTIONS = {
|
||||||
maxSteps: 25,
|
maxSteps: 25,
|
||||||
temperature: 1,
|
temperature: 1,
|
||||||
|
maxTokens: 10000,
|
||||||
providerOptions: {
|
providerOptions: {
|
||||||
anthropic: {
|
anthropic: {
|
||||||
disableParallelToolCalls: true,
|
disableParallelToolCalls: true,
|
||||||
|
|
Loading…
Reference in New Issue