Crate llmvm_outsource_lib

Source
Expand description

llmvm backend which forwards generation requests to known hosted providers.

Currently supported providers:

  • OpenAI (text and chat interface)
  • Hugging Face (text interface)
  • Anthropic (chat interface)
  • Ollama (text interface)

Structs§

OutsourceBackend
An llmvm backend that forwards requests to known hosted providers.
OutsourceConfig
Configuration structure for the backend.

Enums§

OutsourceError
Error enum containing all possible backend errors.

Type Aliases§

Result