Crate llm_daemon

Crate llm_daemon 

Source

Structs§

Daemon2Deprecated
Daemon3
Daemon3Params
GeneratorDeprecated
LlamaConfigDeprecated
LlamaDaemonDeprecated
Proxy
A proxy to actual LLM server, and only send the last pending request. If the LLM generation is slower than requests, then processing the oldest request does not make sense, as the user is more interested in the later requests. But current server (AFAIK) does not handle this properly…
ProxyConfig

Enums§

LlamaConfigsDeprecated

Traits§

LlmConfig
LlmDaemon
Represents a generic daemon capable of performing background tasks, including spawning itself, maintaining a heartbeat, and generating responses based on prompts.

Functions§

llama_config_mapDeprecated