From 5f3deb44b968fac9429d036f1515c90d487642bd Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:00:03 +0100 Subject: [PATCH] doc: temporary fix for qtc version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d3434..ec652e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build plugin](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml/badge.svg?branch=main)](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Palm1r/QodeAssist/total?color=41%2C173%2C71) ![GitHub Tag](https://img.shields.io/github/v/tag/Palm1r/QodeAssist) -![Static Badge](https://img.shields.io/badge/QtCreator-15.0.0-brightgreen) +![Static Badge](https://img.shields.io/badge/QtCreator-14.0.2-brightgreen) QodeAssist is an AI-powered coding assistant plugin for Qt Creator. It provides intelligent code completion and suggestions for C++ and QML, leveraging large language models through local providers like Ollama. Enhance your coding productivity with context-aware AI assistance directly in your Qt development environment.