From 02863003a97b0c869f9ce4f5e4f2acd0eb81433c Mon Sep 17 00:00:00 2001
From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com>
Date: Sun, 12 Oct 2025 13:29:47 +0200
Subject: [PATCH] doc: Added tools info to README.md
---
README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index dc1558a..b5a346e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@



-
+
[](https://discord.gg/BGMkUsXUgf)
 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.
@@ -55,9 +55,10 @@
- LM Studio
- Mistral AI
- Google AI
- - OpenAI-compatible providers(eg. llama.cpp, https://openrouter.ai)
+ - OpenAI-compatible providers (eg. llama.cpp, https://openrouter.ai)
- Extensive library of model-specific templates
- Easy configuration and model selection
+- Support tools/function calling (enabled by default)
Join our Discord Community: Have questions or want to discuss QodeAssist? Join our [Discord server](https://discord.gg/BGMkUsXUgf) to connect with other users and get support!
@@ -96,6 +97,11 @@ Join our Discord Community: Have questions or want to discuss QodeAssist? Join o
+
+ Example how tools works: (click to expand)
+
+
+
## Install plugin to QtCreator
1. Install Latest Qt Creator
2. Download the QodeAssist plugin for your Qt Creator
@@ -186,6 +192,7 @@ ollama run qwen2.5-coder:32b
- The URL is set to http://localhost:11434
- Your installed model appears in the model selection
- The prompt template is Ollama Auto FIM or Ollama Auto Chat for chat assistance. You can specify template if it is not work correct
+ - Disable using tools if your model doesn't support tooling
4. Click Apply if you made any changes
You're all set! QodeAssist is now ready to use in Qt Creator.
@@ -201,6 +208,7 @@ You're all set! QodeAssist is now ready to use in Qt Creator.
- Set the llama.cpp URL (e.g. http://localhost:8080)
- Fill in model name
- Choose template for model(e.g. llama.cpp FIM for any model with FIM support)
+ - Disable using tools if your model doesn't support tooling
Example of llama.cpp settings: (click to expand)