mirror of
https://github.com/ollama/ollama-python.git
synced 2026-06-06 00:04:47 +00:00
init: fix export for web_search (#581)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# requires-python = ">=3.11"
|
||||
# dependencies = [
|
||||
# "rich",
|
||||
# "ollama",
|
||||
# ]
|
||||
# ///
|
||||
import os
|
||||
|
||||
+2
-2
@@ -55,5 +55,5 @@ list = _client.list
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user