mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
lint formatting
This commit is contained in:
parent
f5fd0929ef
commit
850a6bc35b
@ -1,9 +1,12 @@
|
||||
from __future__ import annotations
|
||||
from browser_tool_helpers import Browser
|
||||
from ollama import Client
|
||||
|
||||
import os
|
||||
from typing import Any, Dict, List
|
||||
|
||||
from browser_tool_helpers import Browser
|
||||
|
||||
from ollama import Client
|
||||
|
||||
|
||||
def main() -> None:
|
||||
client = Client(headers={'Authorization': os.getenv('OLLAMA_API_KEY')})
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import datetime
|
||||
from typing import Any, Dict, List, Optional, Protocol, Tuple
|
||||
import re
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from ollama import Client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user