aac68ba35c
Previously, when using 'google-generative-ai' API with a custom baseUrl in models.json, the baseUrl was ignored and requests always went to the default Google endpoint. Now the provider correctly passes model.baseUrl to the SDK's httpOptions.baseUrl, enabling use of custom endpoints or API proxies. Fixes #216