mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
init: fix export for web_search (#581)
This commit is contained in:
parent
4d0b81b37a
commit
b22c5fdabb
@ -2,6 +2,7 @@
|
|||||||
# requires-python = ">=3.11"
|
# requires-python = ">=3.11"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "rich",
|
# "rich",
|
||||||
|
# "ollama",
|
||||||
# ]
|
# ]
|
||||||
# ///
|
# ///
|
||||||
import os
|
import os
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user