whichllm: fix description

(cherry picked from commit 12681f52ad)
This commit is contained in:
jaredmontoya 2026-05-20 22:01:44 +02:00
commit 089c4eae1c

View file

@ -45,7 +45,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pythonImportsCheck = [ "whichllm" ];
meta = {
description = "Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly";
description = "Find the local LLM that actually runs and performs best on your hardware";
homepage = "https://github.com/Andyyyy64/whichllm";
changelog = "https://github.com/Andyyyy64/whichllm/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;