Skip to content

Commit 7d87ce4

Browse files
committed
fix: max steps
1 parent 1006a70 commit 7d87ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/changelog-api/src/workflows/changelogs/generate-changelog-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Return Markdown content only.`,
4949

5050
const { text } = await generateText({
5151
model: openRouterProvider(model),
52-
maxSteps: 120,
52+
maxSteps: 30,
5353
system: systemPrompt,
5454
messages,
5555
toolChoice: "auto",

0 commit comments

Comments
 (0)