Skip to content

Commit 0c045cd

Browse files
committed
👌 IMPROVE: defaults
1 parent 014bb78 commit 0c045cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/baseai/src/pipe/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const ${pipeNameCamelCase} = (): PipeI => ({
149149
frequency_penalty: 1,
150150
stop: [],
151151
tool_choice: 'auto',
152-
parallel_tool_calls: false,
152+
parallel_tool_calls: true,
153153
messages: [
154154
{ role: 'system', content: \`${pipeInfo.systemPrompt}\` },
155155
${

0 commit comments

Comments
 (0)