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
fix: make OpenRouter base URL default consistent across codebase
- Replace hardcoded 'https://openrouter.ai' fallback with derived domain
from the same default base URL pattern used everywhere else
- Extract domain from 'https://openrouter.ai/api/v1' for better consistency
- Maintains backward compatibility and existing functionality
- All tests still pass
Fixes inconsistent OpenRouter base URL default in PR #8951
0 commit comments