mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
refactor: remove unnecessary whitespace in GoogleImageGenConfig
- Cleaned up the code by removing an extra blank line in the GoogleImageGenConfig class. - This minor adjustment improves code readability without affecting functionality. Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
This commit is contained in:
parent
2d515e72ff
commit
ab4cd48c40
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ class GoogleImageGenConfig(BaseImageGenerationConfig):
|
|||
|
||||
Google AI API format: https://generativelanguage.googleapis.com/v1beta/models/{model}:predict
|
||||
"""
|
||||
|
||||
complete_url: str = (
|
||||
api_base
|
||||
or get_secret_str("GEMINI_API_BASE")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue