We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
)
1 parent e5dade8 commit 991ebe9Copy full SHA for 991ebe9
operate/config.py
@@ -38,11 +38,10 @@ def __init__(self):
38
None # instance variables are backups in case saving to a `.env` fails
39
40
self.ollama_host = (
41
- None # instance variables are backups in case savint to a `.env` fails
42
-
+ None # instance variables are backups in case savint to a `.env` fails
+ )
43
self.anthropic_api_key = (
44
45
46
47
48
def initialize_openai(self):
@@ -82,7 +81,7 @@ def initialize_google(self):
82
81
model = genai.GenerativeModel("gemini-pro-vision")
83
84
return model
85
+
86
def initialize_ollama(self):
87
if self.ollama_host:
88
if self.verbose:
0 commit comments