Add ability to create/override actions (#20, #22)

This commit is contained in:
Carl-Robert Linnupuu 2023-03-15 00:06:10 +00:00
parent 4418c6dd46
commit 139bc7128f
18 changed files with 272 additions and 79 deletions

View file

@ -48,8 +48,8 @@ public class SettingsComponent {
apiKeyField = new JBTextField(settings.apiKey, 1);
chatCompletionBaseModelComboBox = new BaseModelComboBox(
new BaseModel[] {
BaseModel.CHATGPT,
BaseModel.CHATGPT_SNAPSHOT,
BaseModel.CHATGPT_3_5,
BaseModel.CHATGPT_3_5_SNAPSHOT,
},
settings.textCompletionBaseModel);
textCompletionBaseModelComboBox = new BaseModelComboBox(