mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-05 02:59:54 +00:00
init: fix export for web_search (#581)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# requires-python = ">=3.11"
|
# requires-python = ">=3.11"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "rich",
|
# "rich",
|
||||||
|
# "ollama",
|
||||||
# ]
|
# ]
|
||||||
# ///
|
# ///
|
||||||
import os
|
import os
|
||||||
|
|||||||
+2
-2
@@ -55,5 +55,5 @@ list = _client.list
|
|||||||
copy = _client.copy
|
copy = _client.copy
|
||||||
show = _client.show
|
show = _client.show
|
||||||
ps = _client.ps
|
ps = _client.ps
|
||||||
websearch = _client.web_search
|
web_search = _client.web_search
|
||||||
webcrawl = _client.web_crawl
|
web_crawl = _client.web_crawl
|
||||||
|
|||||||
Reference in New Issue
Block a user