mirror of
https://github.com/ollama/ollama-python.git
synced 2026-08-15 17:37:47 +00:00
lint fix hopefully
This commit is contained in:
@@ -10,6 +10,7 @@ try:
|
||||
except Exception:
|
||||
from browser_tool_helpers import Browser # when run as a script
|
||||
|
||||
|
||||
def main() -> None:
|
||||
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
|
||||
browser = Browser(initial_state=None, client=client)
|
||||
|
||||
+483
-468
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user