chore: Remove duplicate label setting for systemPromptForNonFimModels (#111)

The same call is several lines below.

Note that systemPrompt does not need label due to a similarly named
checkbox placed nearby. Thus users intuitively know what the text box is
for.
This commit is contained in:
Povilas Kanapickas 2025-03-08 11:40:22 +02:00 committed by GitHub
parent 44b3b0cc0c
commit 3a494d5254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,6 @@ CodeCompletionSettings::CodeCompletionSettings()
systemPrompt.setSettingsKey(Constants::CC_SYSTEM_PROMPT);
systemPrompt.setDisplayStyle(Utils::StringAspect::TextEditDisplay);
systemPromptForNonFimModels.setLabelText(Tr::tr("System prompt for FIM models:"));
systemPrompt.setDefaultValue(
"You are an expert C++, Qt, and QML code completion assistant. Your task is to provide "
"precise and contextually appropriate code completions.\n\n");