Skip to content

Commit 4f7211f

Browse files
committed
Enable GPT 1106
1 parent ccd8b8c commit 4f7211f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/ai/devchat/idea/settings/SupportedModels.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package ai.devchat.idea.settings
22

33
val supportedModels = setOf(
44
"gpt-3.5-turbo",
5-
// "gpt-3.5-turbo-1106",
5+
"gpt-3.5-turbo-1106",
66
"gpt-3.5-turbo-16k",
77
"gpt-4",
8-
// "gpt-4-1106-preview",
8+
"gpt-4-1106-preview",
99
"claude-2",
1010
"xinghuo-2",
1111
"chatglm_pro",

0 commit comments

Comments
 (0)