From 33f224d337728567fea6992300ec71a740566e99 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 6 Aug 2025 07:00:08 -0600 Subject: [PATCH] Add note for Gemini base url --- docs/docs/configuration/genai.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/genai.md b/docs/docs/configuration/genai.md index 90e463df4..832398df9 100644 --- a/docs/docs/configuration/genai.md +++ b/docs/docs/configuration/genai.md @@ -105,6 +105,12 @@ genai: model: gemini-1.5-flash ``` +:::note + +To use a different Gemini-compatible API endpoint, set the `GEMINI_BASE_URL` environment variable to your provider's API URL. + +::: + ## OpenAI OpenAI does not have a free tier for their API. With the release of gpt-4o, pricing has been reduced and each generation should cost fractions of a cent if you choose to go this route.