Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

liter-llm - FFI (C/C++) Bindings

Universal LLM API client with Rust-powered polyglot bindings.

Installation

Link against libliter-llm_ffi and include liter_llm.h.

See the build instructions in the main repository.

Quick Start

#include "liter_llm.h"

int main(void) {
    // See https://github.com/kreuzberg-dev/liter-llm for usage examples.
    return 0;
}

Documentation

For full documentation, see the liter-llm repository.

License

See the LICENSE file in the root repository.