Metadata-Version: 2.4
Name: lmti
Version: 1.0.1
Summary: Language Model Terminal Interface.
Project-URL: Homepage, https://github.com/nachollorca/lmti
License: MIT
Requires-Python: <3.14,>=3.12
Requires-Dist: lmdk>=1.2.1
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=14.3.3
Description-Content-Type: text/markdown

# Language Model Terminal Interface
Hey

## Install

```bash
uv tool install lmti
```

## Usage

```bash
# Start with the default model (mistral:mistral-small-2603)
lmti

# Start with a specific model
lmti -m vertex:gemini-2.5-flash
```
