mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
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:
parent
4e147dc62c
commit
3c84f2e99c
6 changed files with 44 additions and 6 deletions
|
|
@ -22,6 +22,7 @@ public class LlamaSettingsForm extends JPanel {
|
|||
llamaRequestPreferencesForm = new LlamaRequestPreferencesForm(settings);
|
||||
codeCompletionConfigurationForm = new CodeCompletionConfigurationForm(
|
||||
settings.isCodeCompletionsEnabled(),
|
||||
null,
|
||||
null);
|
||||
init();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue