llmao 0.0.1

Large Language Model API Ops, an abstraction layer for interfacing with different LLM providers
Documentation
1
2
3
4
5
6
7
8
9
pub mod extract;
pub mod generation;
pub mod tool;

#[derive(Debug, Copy, Clone, Eq, PartialEq)]
#[non_exhaustive]
pub enum ErrorKind {
    Other,
}