llmkit 0.1.3

Production-grade LLM client - 100+ providers, 11,000+ models. Pure Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "llmkit-examples"
version = "0.1.0"
description = "LLMKit Python Examples"
readme = "README.md"
requires-python = ">=3.9"

dependencies = [
    "llmkit-python",
]

[tool.uv.sources]
llmkit-python = { path = "../../llmkit-python" }