modelsdev 0.11.4

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
use anyhow::Result;

pub fn search(query: &str, json: bool) -> Result<()> {
    super::models::search(query, json)
}