The hardcoded semaphore=30 caused Groq free tier to hang from too many concurrent requests. Now reads from config.concurrency with a safe default of 5. |
||
|---|---|---|
| .. | ||
| app | ||
| scripts | ||
| pyproject.toml | ||
| requirements.txt | ||
| run.py | ||
| uv.lock | ||
The hardcoded semaphore=30 caused Groq free tier to hang from too many concurrent requests. Now reads from config.concurrency with a safe default of 5. |
||
|---|---|---|
| .. | ||
| app | ||
| scripts | ||
| pyproject.toml | ||
| requirements.txt | ||
| run.py | ||
| uv.lock | ||