You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: hold the Groq example count at two so the daily quota fits
Serialising by provider stopped Groq examples competing for the same quota window,
but the binding limit is a daily one: the org is capped at 100k tokens per day on
this tier, and four Groq examples making several calls each do not fit inside it.
No retry policy or backoff addresses that.
So the two carrying the least distinct information come out:
groq-code-interpreter-js - the same demo as its Python twin, which stays
upload-dataset-code-interpreter - a third Groq chart demo
groq-code-interpreter-python and mcp-groq-exa-js remain, which still covers both
Groq SDK surfaces. Roughly half the token spend for nearly all the coverage.
Both dropped examples work - the exclusion note says so explicitly, because
"excluded" has meant "broken" for every other entry in that list and these two
should go straight back if the tier is raised. They are not being quietly retired.
Also fixed a stale reference in the runner's header comment: it still described
results.json as feeding updateTestsMd.js, which report.mjs replaced.
0 commit comments