refactor: remove max_tokens configuration and other minor fixes

This commit is contained in:
Carl-Robert Linnupuu 2024-05-13 15:32:20 +03:00
parent 0b21652c04
commit 014f26f802
23 changed files with 219 additions and 259 deletions

View file

@ -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)