Skip to content

Commit b22c5fd

Browse files
authored
init: fix export for web_search (#581)
1 parent 4d0b81b commit b22c5fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/web-search-crawl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# requires-python = ">=3.11"
33
# dependencies = [
44
# "rich",
5+
# "ollama",
56
# ]
67
# ///
78
import os

ollama/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
copy = _client.copy
5656
show = _client.show
5757
ps = _client.ps
58-
websearch = _client.web_search
59-
webcrawl = _client.web_crawl
58+
web_search = _client.web_search
59+
web_crawl = _client.web_crawl

0 commit comments

Comments
 (0)