Unverified Commit 5caee730 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 13499c42 36f08359
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;