mirror of https://github.com/buster-so/buster.git
temp 1
This commit is contained in:
parent
5bc3feb6f7
commit
290b698807
|
@ -12,6 +12,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
|||
|
||||
const DEFAULT_OPTIONS = {
|
||||
maxSteps: 18,
|
||||
temperature: 1,
|
||||
providerOptions: {
|
||||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
|
|
|
@ -11,6 +11,7 @@ import { Sonnet4 } from '../../utils/models/sonnet-4';
|
|||
|
||||
const DEFAULT_OPTIONS = {
|
||||
maxSteps: 18,
|
||||
temperature: 1,
|
||||
providerOptions: {
|
||||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
|
|
Loading…
Reference in New Issue