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
@ -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…
Reference in New Issue
Block a user