Skip to content

Commit

Permalink
feat(agent): disable repetition checker by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 12, 2024
1 parent cbceb87 commit 0a5f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agents/bee/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class BeeOutputParser {
repetition: {
size: 20,
threshold: 10,
enabled: true,
enabled: false,
},
};

Expand Down

0 comments on commit 0a5f8ac

Please sign in to comment.