mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-16 19:44:36 +00:00
parent
4418c6dd46
commit
139bc7128f
18 changed files with 272 additions and 79 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue