fix(gemini): resolve compilation error by moving get_base_url into impl block
Some checks failed
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled

This commit is contained in:
2026-03-05 15:26:19 +00:00
parent be9fdd9a52
commit bdf7b63238

View File

@@ -437,7 +437,6 @@ impl GeminiProvider {
if deltas.is_empty() { None } else { Some(deltas) }
}
}
/// Determine the appropriate base URL for the model.
/// "preview" models often require the v1beta endpoint.