llm-rs 0.1.1

A library, with a command line interface, to exploit Large Language Models
Documentation
1
2
3
4
5
6
pub mod api_error;
pub mod api_result;
pub mod fine_tune;
pub mod json;
pub mod model_mode;
pub mod openai_interface;