@@ -94,7 +94,7 @@ GeneralSettings::GeneralSettings()
94
94
ccModel.setHistoryCompleter (Constants::CC_MODEL_HISTORY);
95
95
ccSelectModel.m_buttonText = TrConstants::SELECT;
96
96
97
- initStringAspect (ccTemplate, Constants::CC_TEMPLATE, TrConstants::TEMPLATE, " Ollama Auto FIM" );
97
+ initStringAspect (ccTemplate, Constants::CC_TEMPLATE, TrConstants::TEMPLATE, " Ollama FIM" );
98
98
ccTemplate.setReadOnly (true );
99
99
ccSelectTemplate.m_buttonText = TrConstants::SELECT;
100
100
@@ -140,7 +140,7 @@ GeneralSettings::GeneralSettings()
140
140
ccPreset1SelectModel.m_buttonText = TrConstants::SELECT;
141
141
142
142
initStringAspect (
143
- ccPreset1Template, Constants::CC_PRESET1_TEMPLATE, TrConstants::TEMPLATE, " Ollama Auto FIM" );
143
+ ccPreset1Template, Constants::CC_PRESET1_TEMPLATE, TrConstants::TEMPLATE, " Ollama FIM" );
144
144
ccPreset1Template.setReadOnly (true );
145
145
ccPreset1SelectTemplate.m_buttonText = TrConstants::SELECT;
146
146
@@ -153,7 +153,7 @@ GeneralSettings::GeneralSettings()
153
153
caModel.setHistoryCompleter (Constants::CA_MODEL_HISTORY);
154
154
caSelectModel.m_buttonText = TrConstants::SELECT;
155
155
156
- initStringAspect (caTemplate, Constants::CA_TEMPLATE, TrConstants::TEMPLATE, " Ollama Auto Chat" );
156
+ initStringAspect (caTemplate, Constants::CA_TEMPLATE, TrConstants::TEMPLATE, " Ollama Chat" );
157
157
caTemplate.setReadOnly (true );
158
158
159
159
caSelectTemplate.m_buttonText = TrConstants::SELECT;
0 commit comments