Skip to content

Claude/groq rate limits llama3 syv0w3 - #40

Merged
sadacca merged 2 commits into
mainfrom
claude/groq-rate-limits-llama3-syv0w3
Jun 25, 2026
Merged

Claude/groq rate limits llama3 syv0w3#40
sadacca merged 2 commits into
mainfrom
claude/groq-rate-limits-llama3-syv0w3

Conversation

@sadacca

@sadacca sadacca commented Jun 25, 2026

Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits June 25, 2026 01:32
fetch_url() retried timeouts/404s with exponential backoff, but a dead
or changed article URL won't succeed on retry — it just delays the
per-article skip that batch_eval.py's outer try/except already does.
Fail fast instead so the batch moves on to the next URL immediately.
Our "groq/" routing prefix disambiguates from Cerebras's identically
named model, but bare-stripping it produced "gpt-oss-120b" — not a
real Groq model id, since Groq's catalog namespaces this one under the
upstream provider (openai/gpt-oss-120b). Added an explicit alias in
_call_groq, and removed _call_openai_compat's redundant second
bare-strip, which was undoing the alias before the request body was
built.
@sadacca
sadacca merged commit 68fb9e3 into main Jun 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants