Local LLM: Use OSProcessHandler.Silent intead of OSProcessHandler to prevent server process killing (#287)

Co-authored-by: Viktor <viktor.hoshyi@gg4l.com>
This commit is contained in:
Viktor 2023-11-22 22:10:33 +00:00 committed by GitHub
parent ac39a863d1
commit 1acb950c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ public final class LlamaServerAgent implements Disposable {
public void processTerminated(@NotNull ProcessEvent event) {
try {
serverProgressPanel.updateText("Booting up server...");
startServerProcessHandler = new OSProcessHandler(
startServerProcessHandler = new OSProcessHandler.Silent(
getServerCommandLine(
serviceSelectionForm.getLlamaModelPreferencesForm().getActualModelPath(),
serviceSelectionForm.getContextSize(),