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 4d0b81b commit b22c5fdCopy full SHA for b22c5fd
examples/web-search-crawl.py
@@ -2,6 +2,7 @@
2
# requires-python = ">=3.11"
3
# dependencies = [
4
# "rich",
5
+# "ollama",
6
# ]
7
# ///
8
import os
ollama/__init__.py
@@ -55,5 +55,5 @@
55
copy = _client.copy
56
show = _client.show
57
ps = _client.ps
58
-websearch = _client.web_search
59
-webcrawl = _client.web_crawl
+web_search = _client.web_search
+web_crawl = _client.web_crawl
0 commit comments