From 1b86b60de89755fb7377849431c67cd40a419676 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:00:36 +0100 Subject: [PATCH] Add system prompt configuration to readme --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e994318..db60332 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,14 @@ 3. [Configure for Anthropic Claude](#configure-for-anthropic-claude) 4. [Configure for OpenAI](#configure-for-openai) 5. [Configure for using Ollama](#configure-for-using-ollama) -6. [Template-Model Compatibility](#template-model-compatibility) -7. [QtCreator Version Compatibility](#qtcreator-version-compatibility) -8. [Development Progress](#development-progress) -9. [Hotkeys](#hotkeys) -10. [Troubleshooting](#troubleshooting) -11. [Support the Development](#support-the-development-of-qodeassist) -12. [How to Build](#how-to-build) +6. [System Prompt Configuration](#system-prompt-configuration) +7. [Template-Model Compatibility](#template-model-compatibility) +8. [QtCreator Version Compatibility](#qtcreator-version-compatibility) +9. [Development Progress](#development-progress) +10. [Hotkeys](#hotkeys) +11. [Troubleshooting](#troubleshooting) +12. [Support the Development](#support-the-development-of-qodeassist) +13. [How to Build](#how-to-build) ## Overview @@ -131,6 +132,10 @@ You're all set! QodeAssist is now ready to use in Qt Creator. Ollama Settings +## System Prompt Configuration + +The plugin comes with default system prompts optimized for chat and instruct models, as these currently provide better results for code assistance. If you prefer using FIM (Fill-in-Middle) models, you can easily customize the system prompt in the settings. + ## Template-Model Compatibility | Template | Compatible Models | Purpose |