pub const DEFAULT_BASE_URL: &str = "https://generativelanguage.googleapis.com/v1beta/openai";Expand description
Where requests go unless BASE_URL_ENV says otherwise.
Gemini’s OpenAI-compatible endpoint: the free tier needs no credential we do
not already have. /chat/completions is appended to this.