Universal LLM API client with Rust-powered polyglot bindings.
Link against libliter-llm_ffi and include liter_llm.h.
See the build instructions in the main repository.
#include "liter_llm.h"
int main(void) {
// See https://github.com/kreuzberg-dev/liter-llm for usage examples.
return 0;
}For full documentation, see the liter-llm repository.
See the LICENSE file in the root repository.