Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/web-search-crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# requires-python = ">=3.11"
# dependencies = [
# "rich",
# "ollama",
# ]
# ///
import os
Expand Down
4 changes: 2 additions & 2 deletions ollama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
copy = _client.copy
show = _client.show
ps = _client.ps
websearch = _client.web_search
webcrawl = _client.web_crawl
web_search = _client.web_search
web_crawl = _client.web_crawl
Loading