fix: build caused by recent merge

This commit is contained in:
Carl-Robert Linnupuu 2024-02-08 01:07:44 +02:00
parent 93145098f5
commit 5ea3609a92

View file

@ -107,7 +107,7 @@ public class ModelComboBoxAction extends ComboBoxAction {
}
private String getLlamaCppPresentationText() {
var llamaSettingState = LlamaSettingsState.getInstance();
var llamaSettingState = LlamaSettings.getCurrentState();
if (!llamaSettingState.isRunLocalServer()) {
return format("Remote %s", llamaSettingState.getRemoteModelPromptTemplate());
}