Skip to content

Commit 991ebe9

Browse files
committed
missing )
1 parent e5dade8 commit 991ebe9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

operate/config.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ def __init__(self):
3838
None # instance variables are backups in case saving to a `.env` fails
3939
)
4040
self.ollama_host = (
41-
None # instance variables are backups in case savint to a `.env` fails
42-
41+
None # instance variables are backups in case savint to a `.env` fails
42+
)
4343
self.anthropic_api_key = (
4444
None # instance variables are backups in case saving to a `.env` fails
45-
4645
)
4746

4847
def initialize_openai(self):
@@ -82,7 +81,7 @@ def initialize_google(self):
8281
model = genai.GenerativeModel("gemini-pro-vision")
8382

8483
return model
85-
84+
8685
def initialize_ollama(self):
8786
if self.ollama_host:
8887
if self.verbose:

0 commit comments

Comments
 (0)