We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f638d8c commit 641ff20Copy full SHA for 641ff20
modules/backend-tokenApproximator.js
@@ -949,7 +949,7 @@
949
return resolve();
950
}
951
952
- log(`Thread estimation success: ${modelUsed}`);
+ // log(`Thread estimation success: ${modelUsed}`);
953
const tokens = estimates.threadText;
954
currentThreadChip.querySelector('.val').textContent = formatTokens(tokens);
955
markFreshThenStale(currentThreadChip, 'thread', effectiveSettings);
@@ -1045,7 +1045,7 @@
1045
1046
1047
1048
- log(`Editor estimation success: ${modelUsed}`);
+ // log(`Editor estimation success: ${modelUsed}`);
1049
const tokens = estimates.editorText;
1050
currentEditorChip.querySelector('.val').textContent = formatTokens(tokens);
1051
markFreshThenStale(currentEditorChip, 'editor', effectiveSettings);
0 commit comments