Crates.io | llm_interface |
lib.rs | llm_interface |
version | 0.0.2 |
source | src |
created_at | 2024-10-04 21:48:44.806867 |
updated_at | 2024-10-10 17:17:31.302115 |
description | The Backend for the llm_client Crate |
homepage | https://github.com/shelbyJenkins/llm_client |
repository | https://github.com/shelbyJenkins/llm_client |
max_upload_size | |
id | 1397138 |
size | 268,593 |
This crate contains the build.rs, data types, and behaviors for LLMs.
You can use this crate to run local LLMs and make requests to LLMs. It's set up to be easy to integrate into other projects.
See the various Builders
implemented in the lib.rs file for an example of using this crate.
For a look at a higher level API and how it implements this crate, checkout the llm_client crate and it's lib.rs file.