| Crates.io | llm_interface |
| lib.rs | llm_interface |
| version | 0.0.3 |
| created_at | 2024-10-04 21:48:44.806867+00 |
| updated_at | 2025-01-29 02:50:52.45862+00 |
| description | llm_interface: 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 | 275,460 |
The llm_interface crate is a workspace member of the llm_client project.
This crate contains the build.rs, data types, and behaviors for LLMs.
This crate enables running local LLMs and making requests to LLMs, designed for easy integration into other projects.
See the various Builders implemented in the integration tests for examples
of using this crate.
For a look at a higher level API and how it implements this crate, see the llm_client crate.