Docs.rs
llm-daemon-0.7.0
llm-daemon 0.7.0
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
blmarket
Dependencies
anyhow ^1
normal
axum ^0.8
normal
daemonize ^0.5
normal
futures ^0.3
normal
hyper ^1
normal
hyper-util ^0.1
normal
llama_cpp_low ^0.7.0
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2
normal
async-trait ^0.1
dev
criterion ^0.5
dev
langchain-rust ^4
dev
tracing-test ^0.2
dev
Versions
17.65%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
LlmConfig
llm_
daemon
0.7.0
LlmConfig
Required Methods
endpoint
health_url
Implementors
In crate llm_
daemon
llm_daemon
Trait
LlmConfig
Copy item path
Source
pub trait LlmConfig { // Required methods fn
endpoint
(&self) ->
Url
;
fn
health_url
(&self) ->
Url
; }
Required Methods
§
Source
fn
endpoint
(&self) ->
Url
Source
fn
health_url
(&self) ->
Url
Implementors
§
Source
§
impl
LlmConfig
for
LlamaConfig
Source
§
impl
LlmConfig
for
ProxyConfig