fix: fetch llm tool no longer depends on system libssl.so (#1404)
This commit is contained in:
@@ -14,7 +14,7 @@ workspace = true
|
||||
[dependencies]
|
||||
dirs = "5.0.1"
|
||||
regex = "1.11.1"
|
||||
hf-hub = { version = "0.3.2", features = ["default"] }
|
||||
hf-hub = { git = "https://github.com/yetone/hf-hub", branch='main', features = ["default", "ureq"] }
|
||||
ureq = { version = "2.10.1", features = ["json", "socks-proxy"] }
|
||||
mlua = { workspace = true }
|
||||
tiktoken-rs = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user