mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
refactor: remove max_tokens configuration and other minor fixes
This commit is contained in:
parent
0b21652c04
commit
014f26f802
23 changed files with 219 additions and 259 deletions
|
|
@ -43,7 +43,7 @@ class ServiceConfigurableComponent {
|
|||
.addComponent(JBLabel("All available providers that can be used with CodeGPT:"))
|
||||
.addVerticalGap(8)
|
||||
.addComponent(FormBuilder.createFormBuilder()
|
||||
.setFormLeftIndent(16).apply {
|
||||
.setFormLeftIndent(20).apply {
|
||||
addLinks(this)
|
||||
}
|
||||
.panel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue