mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
lint fix hopefully
This commit is contained in:
parent
67f19a33e2
commit
10955d52ee
@ -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
Loading…
Reference in New Issue
Block a user