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
Add support for attaching custom HTTP headers to Ollama API calls.
Example usage: export OLLAMA_HEADERS='CF-Access-Client-Id=abcdef.access,CF-Access-Client-Secret=123456789'
Add an option to disable thinking (for models that have thinking capability).
Example usage: llm -m qwen3:30b-a3b-q4_K_M "Why is the sky blue?" -o think false
Set the connection timeout to 1 second to quickly fail when the Ollama host is unreachable.