Skip to content

Commit 2972243

Browse files
committed
Fix model names
1 parent 6635210 commit 2972243

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
@@ -1,9 +1,9 @@
11
package ai.devchat.idea.settings
22

33
val supportedModels = setOf(
4-
"gpt-3.5-turbo",
4+
"gpt-3.5",
55
// "gpt-3.5-turbo-1106",
6-
"gpt-3.5-turbo-16k",
6+
"gpt-3.5-16k",
77
"gpt-4",
88
// "gpt-4-1106-preview",
99
"claude-2",

0 commit comments

Comments
 (0)