mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-13 07:02:34 +00:00
Support additional command-line params for the server startup process
This commit is contained in:
parent
1df20ccb86
commit
01963e2faa
6 changed files with 105 additions and 43 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue