Skip to main content

DEFAULT_BASE_URL

Constant DEFAULT_BASE_URL 

Source
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.