Skip to content

Commit 21f60b6

Browse files
committed
Linting updates
1 parent 39944e1 commit 21f60b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AIVision/genai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class GenAI:
107107
108108
Ensure no other text is provided in the response.
109109
"""
110+
110111
def __init__(self, platform: Platforms = Platforms.Ollama, base_url: str = None,
111112
api_key: str = None, model: str = None, image_detail: str = None,
112113
simple_response: bool = True, initialize: bool = True,
@@ -324,7 +325,6 @@ def _encode_image_to_base64(image_path: str) -> str:
324325

325326
return f"data:{mime_type};base64,{image_data}"
326327

327-
328328
@staticmethod
329329
def extract_result_and_explanation_from_response(response: str):
330330
"""

0 commit comments

Comments
 (0)