We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec27f6 commit 521a641Copy full SHA for 521a641
1 file changed
.github/actions/auto-release-description/generate_pr_description.js
@@ -7,7 +7,7 @@ const path = require('path');
7
const MAX_TOKENS_PER_REQUEST = 80000; // Conservative limit for Gemini 2.5 Flash
8
const CHARS_PER_TOKEN = 4; // Rough estimation
9
//const MAX_CHARS_PER_CHUNK = MAX_TOKENS_PER_REQUEST * CHARS_PER_TOKEN;
10
-const MAX_CHUNKS = 3; // Limit to prevent excessive API calls
+const MAX_CHUNKS = 5; // Limit to prevent excessive API calls
11
12
/**
13
* Estimate token count for text (rough approximation)
0 commit comments