We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd8b8c commit 4f7211fCopy full SHA for 4f7211f
1 file changed
src/main/kotlin/ai/devchat/idea/settings/SupportedModels.kt
@@ -2,10 +2,10 @@ package ai.devchat.idea.settings
2
3
val supportedModels = setOf(
4
"gpt-3.5-turbo",
5
-// "gpt-3.5-turbo-1106",
+ "gpt-3.5-turbo-1106",
6
"gpt-3.5-turbo-16k",
7
"gpt-4",
8
-// "gpt-4-1106-preview",
+ "gpt-4-1106-preview",
9
"claude-2",
10
"xinghuo-2",
11
"chatglm_pro",
0 commit comments