Private
Public Access
1
0
Files
lmcli/pkg/tui
Matt Low 7c3a2c3cb9 Add support for per-model configuration
A provider's models may now be provided in the config as a simple
string, or as a mapping with at least a `name` key.

This is a valid configuration:

```yaml
models:
- name: model-a
  reasoning: true
- model-b
```

This opens the door to providing model-specific configuration, e.g. an
overridden max tokens count, or whether the model is a 'reasoning'
model.
2025-03-29 23:25:01 +00:00
..
2025-01-01 05:13:08 +00:00
2024-12-12 07:10:50 +00:00
2024-10-03 16:47:28 +00:00
2024-12-12 07:10:50 +00:00