feat: Add Ollama auto template for chat

This commit is contained in:
Petr Mironychev
2024-11-23 21:15:34 +01:00
parent 80fe388bdd
commit 4f2dc0c450
6 changed files with 79 additions and 2 deletions

View File

@ -91,7 +91,7 @@ GeneralSettings::GeneralSettings()
caModel.setHistoryCompleter(Constants::CA_MODEL_HISTORY);
caSelectModel.m_buttonText = TrConstants::SELECT;
initStringAspect(caTemplate, Constants::CA_TEMPLATE, TrConstants::TEMPLATE, "CodeLlama Chat");
initStringAspect(caTemplate, Constants::CA_TEMPLATE, TrConstants::TEMPLATE, "Ollama Auto Chat");
caTemplate.setReadOnly(true);
caSelectTemplate.m_buttonText = TrConstants::SELECT;