From 7b31fff9f264708046a7d26a0055ce3b132714b0 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:32:18 +0100 Subject: [PATCH] :bug: fix: Update qodeassist json --- QodeAssist.json.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/QodeAssist.json.in b/QodeAssist.json.in index 32bbd4a..f308ebe 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -5,13 +5,8 @@ "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd", - "License" : "GNU General Public License Usage - -Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html.", - "Description" : ["QodeAssist is an AI-powered coding assistant for Qt Creator. It provides intelligent code completion and suggestions for your code", - "Prerequisites:", - "- One of the supported LLM providers installed (e.g., Ollama or LM Studio)", - "- A compatible large language model downloaded for your chosen provider (e.g., CodeLlama, StarCoder2)"], + "License" : "GPLv3", + "Description": "QodeAssist is an AI-powered coding assistant for Qt Creator. It provides intelligent code completion and suggestions for your code. Prerequisites: Requires one of the supported LLM providers installed (e.g., Ollama or LM Studio) and a compatible large language model downloaded for your chosen provider (e.g., CodeLlama, StarCoder2)." "Url" : "https://github.com/Palm1r/QodeAssist", "DocumentationUrl" : "", ${IDE_PLUGIN_DEPENDENCIES}