mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-15 01:04:51 +00:00
1.5.1 - Revert model renaming
This commit is contained in:
parent
4775e97024
commit
95673a838b
5 changed files with 7 additions and 6 deletions
|
|
@ -36,8 +36,8 @@ public class SettingsComponent {
|
|||
apiKeyField = new JBTextField(settings.apiKey, 1);
|
||||
chatCompletionBaseModelComboBox = new BaseModelComboBox(
|
||||
new BaseModel[] {
|
||||
BaseModel.CHATGPT_3_5,
|
||||
BaseModel.CHATGPT_3_5_SNAPSHOT,
|
||||
BaseModel.CHATGPT,
|
||||
BaseModel.CHATGPT_SNAPSHOT,
|
||||
},
|
||||
settings.textCompletionBaseModel);
|
||||
textCompletionBaseModelComboBox = new BaseModelComboBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue