lint fix hopefully

This commit is contained in:
nicole pardal 2025-09-18 21:43:15 -07:00
parent 67f19a33e2
commit 10955d52ee
2 changed files with 484 additions and 468 deletions

View File

@ -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)

File diff suppressed because it is too large Load Diff