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
A failed probe printed the first status number it could find, so a probe
whose first call succeeded and whose second timed out reported probe-failed: 200. Failures now name the call that actually failed.
Failure text is now written for a human: model busy (rate limited), model overloaded (503), model too slow (no answer in time), key rejected (401).
Added
A busy provider is no longer treated as evidence. Cells that failed because
the model was overloaded are marked, left out of the match colouring, and
removed from both sides of the verdict score. The card says how many probes
were skipped. Before this, two unrelated models that were both busy counted
as a match.
A running lane reports a long wait every 3 seconds: waiting 33s, this model is busy. A lane stuck on one slow call used to look frozen.
SECURITY.md, CONTRIBUTING.md, CHANGELOG.md, and a VERSION file with bump.mjs so the page can no longer disagree with the release.