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 validation for BaseURL configuration in both Gemini and OpenAI
LLM provider clients to prevent invalid URLs from being used.
The ValidateBaseURL helper function validates:
- URL scheme (must be http or https)
- URL has a valid host
- URL contains no invalid whitespace characters
This addresses review comments requesting URL validation.
Signed-off-by: Chmouel Boudjnah <[email protected]>
Assisted-by: Claude-3.5-Sonnet (via Cursor)
0 commit comments