LLM Supervisor
Graceful rate limit handling with Ollama fallback. Notifies on rate limits, offers local model switch with confirmation for code tasks.
Graceful rate limit handling with Ollama fallback. Notifies on rate limits, offers local model switch with confirmation for code tasks.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Handles rate limits and model fallbacks gracefully.
When I encounter rate limits or overload errors from cloud providers (Anthropic, OpenAI):
Before using local models for code generation, ask:
"Cloud is rate-limited. Switch to local Ollama (
)? Reply 'yes' to confirm."qwen2.5:7b
For simple queries (chat, summaries), can switch without confirmation if user previously approved.
/llm statusReport current state:
/llm switch localManually switch to Ollama for the session.
/llm switch cloudSwitch back to cloud provider.
# Check available models ollama listRun a query
ollama run qwen2.5:7b "your prompt here"
For longer prompts, use stdin
echo "your prompt" | ollama run qwen2.5:7b
Check with
ollama list. Configured default: qwen2.5:7b
Track in memory during session:
currentProvider: "cloud" | "local"lastRateLimitAt: timestamp or nulllocalConfirmedForCode: booleanReset to cloud at session start.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.