mirror of
https://github.com/ollama/ollama-python.git
synced 2026-08-29 15:59:54 +00:00
lint fix hopefully
This commit is contained in:
@@ -10,6 +10,7 @@ try:
|
|||||||
except Exception:
|
except Exception:
|
||||||
from browser_tool_helpers import Browser # when run as a script
|
from browser_tool_helpers import Browser # when run as a script
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
|
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
|
||||||
browser = Browser(initial_state=None, client=client)
|
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