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 7389982 commit f88e1a4Copy full SHA for f88e1a4
examples/browser_tool.py
@@ -10,6 +10,7 @@
10
except Exception:
11
from browser_tool_helpers import Browser # when run as a script
12
13
+
14
def main() -> None:
15
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
16
browser = Browser(initial_state=None, client=client)
0 commit comments