Skip to content

Commit a04c168

Browse files
authored
Remove gpt-4-turbo-preview from available models
Removed gpt-4-turbo-preview from model options.
1 parent dcc2bcb commit a04c168

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lua/codecompanion/adapters/http/openai.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,6 @@ return {
452452
formatted_name = "GPT-4o Mini",
453453
opts = { has_vision = true },
454454
},
455-
["gpt-4-turbo-preview"] = {
456-
formatted_name = "GPT-4 Turbo Preview",
457-
opts = { has_vision = true },
458-
},
459-
"gpt-4",
460455
"gpt-3.5-turbo",
461456
},
462457
},

0 commit comments

Comments
 (0)