Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
shared
/
kberg
/
src
/
provider
/
mod.rs
235 B · 7 lines
History
Blame
Raw
1
//!
Concrete [`InferenceProvider`](crate::agent::InferenceProvider)
2
//!
implementations. Each provider lives behind its own feature flag so users
3
//!
only pull in the HTTP clients they need.
4
5
#
[
cfg
(
feature
=
"
ollama
"
)
]
6
pub
mod
ollama
;
7