Expand description
The core components for llmvm.
Assumes the following responsibilities:
- Sending generation requests to backends
- Managing message threads
- Model presets
- Prompt templates
- Projects
Modules§
Structs§
- LLMVM
Core - The llmvm core which handles sending generation requests to the backend, managing message threads, model presets, and prompt templates. Frontends request text generation by invoking the core.
- LLMVM
Core Config - Configuration structure for the llmvm core.