mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
fix: consistent model combobox title (fixes #814)
This commit is contained in:
parent
f2bb264244
commit
10a5d77df0
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ public class ModelComboBoxAction extends ComboBoxAction {
|
|||
break;
|
||||
case CUSTOM_OPENAI:
|
||||
templatePresentation.setIcon(Icons.OpenAI);
|
||||
templatePresentation.setText(application.getService(CustomServiceSettings.class)
|
||||
templatePresentation.setText("Custom: " + application.getService(CustomServiceSettings.class)
|
||||
.getState()
|
||||
.getTemplate()
|
||||
.getProviderName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue