Skip to content

Commit 32cbc62

Browse files
authored
fix: typo in token consumption advisory message
1 parent a0e71fd commit 32cbc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crossbar_llm/frontend/src/components/ChatLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ function ChatLayout({
23552355
Token Consumption Advisory:
23562356
</Typography>
23572357
<Typography variant="body2" color="text.secondary">
2358-
This tool utilizes complex multi-query reasoning. A single query averages <strong>17,000 total tokens</strong> (16.5k input / 500 output) assuming a successful initial execution withour retries. Please monitor your billing limits accordingly.
2358+
This tool utilizes complex multi-query reasoning. A single query averages <strong>17,000 total tokens</strong> (16.5k input / 500 output) assuming a successful initial execution without retries. Please monitor your billing limits accordingly.
23592359
</Typography>
23602360
</Box>
23612361
</Box>

0 commit comments

Comments
 (0)