The library for the outsource backend for llmvm.
Sends text and chat generation requests to known hosted language model providers.
See the executable wrapper llmvm-outsource for more information.
Add the dependency to Cargo.toml
:
[dependencies]
llmvm-outsource-lib = { version = "<version>" }
Reference documentation can be found on docs.rs.