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§
- Outsource
Backend - An llmvm backend that forwards requests to known hosted providers.
- Outsource
Config - Configuration structure for the backend.
Enums§
- Outsource
Error - Error enum containing all possible backend errors.