mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-27 19:00:30 -04:00
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:
parent
44b3b0cc0c
commit
3a494d5254
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user