From a04c168aacbfaeaf226ff9eadbe7663c26514118 Mon Sep 17 00:00:00 2001 From: Manuel Transfeld Date: Fri, 1 May 2026 01:11:53 +0200 Subject: [PATCH] Remove gpt-4-turbo-preview from available models Removed gpt-4-turbo-preview from model options. --- lua/codecompanion/adapters/http/openai.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/codecompanion/adapters/http/openai.lua b/lua/codecompanion/adapters/http/openai.lua index 3c41c4a7d..7523a8444 100644 --- a/lua/codecompanion/adapters/http/openai.lua +++ b/lua/codecompanion/adapters/http/openai.lua @@ -452,11 +452,6 @@ return { formatted_name = "GPT-4o Mini", opts = { has_vision = true }, }, - ["gpt-4-turbo-preview"] = { - formatted_name = "GPT-4 Turbo Preview", - opts = { has_vision = true }, - }, - "gpt-4", "gpt-3.5-turbo", }, },