llm-llama-server: fix meta.description (#423105)

This commit is contained in:
Philip Taron 2025-07-07 05:50:45 -07:00 committed by GitHub
commit 5caee7307e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
passthru.tests = llm.mkPluginTest llm-llama-server;
meta = {
description = "LLM plugin providing access to Mistral models using the Mistral API";
description = "LLM plugin for interacting with llama-server models";
homepage = "https://github.com/simonw/llm-llama-server";
changelog = "https://github.com/simonw/llm-llama-server/releases/tag/${version}/CHANGELOG.md";
license = lib.licenses.asl20;