Crates.io | llmvm-outsource-lib |
lib.rs | llmvm-outsource-lib |
version | 1.3.0 |
source | src |
created_at | 2023-08-09 18:03:52.286664 |
updated_at | 2024-06-23 23:27:11.425831 |
description | The library for the outsource backend for llmvm. |
homepage | |
repository | https://github.com/djandries/llmvm |
max_upload_size | |
id | 940231 |
size | 32,067 |
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.