Support additional command-line params for the server startup process

This commit is contained in:
Carl-Robert Linnupuu 2023-11-26 13:21:02 +02:00
parent 1df20ccb86
commit 01963e2faa
6 changed files with 105 additions and 43 deletions

View file

@ -20,7 +20,7 @@ public class UserPromptTextAreaHeader extends JPanel {
Runnable onAddNewTab) {
super(new BorderLayout());
setOpaque(false);
setBorder(JBUI.Borders.emptyBottom(4));
setBorder(JBUI.Borders.emptyBottom(8));
switch (selectedService) {
case OPENAI:
case AZURE: