fix(gemini): resolve compilation error by moving get_base_url into impl block
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user