Skip to main content

gglib_core/contracts/http/
hf.rs

1//! Hugging Face API route constants.
2
3/// Search/browse HF models endpoint.
4pub const SEARCH_PATH: &str = "/api/models/hf/search";