feat: use the Ollama generate API for FIM templates (#772)

* Gradle wrapper 8.11

* Use Ollama API for FIM

* Shorten long line

* Allow optionally overriding ollama FIM template

* fix: configurable actions

* feat: improve UX

---------

Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
This commit is contained in:
Jack Boswell 2024-12-03 11:01:16 +11:00 committed by GitHub
parent 4e147dc62c
commit 3c84f2e99c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 44 additions and 6 deletions

View file

@ -22,6 +22,7 @@ public class LlamaSettingsForm extends JPanel {
llamaRequestPreferencesForm = new LlamaRequestPreferencesForm(settings);
codeCompletionConfigurationForm = new CodeCompletionConfigurationForm(
settings.isCodeCompletionsEnabled(),
null,
null);
init();
}