mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
fix: build caused by recent merge
This commit is contained in:
parent
93145098f5
commit
5ea3609a92
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue