Skip to content

Commit 340336c

Browse files
authored
Merge pull request #24 from devchat-ai/fix-model-names
Fix model names
2 parents 6635210 + 2972243 commit 340336c

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)