Skip to content

Commit c6253e5

Browse files
committed
fix: rm old 4o copilot model
1 parent f665867 commit c6253e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/gp/dispatcher.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ D.prepare_payload = function(messages, model, provider)
161161
return payload
162162
end
163163

164-
if provider == "copilot" and model.model == "gpt-4o" then
165-
model.model = "gpt-4o-2024-05-13"
166-
end
167-
168164
local output = {
169165
model = model.model,
170166
stream = true,

0 commit comments

Comments
 (0)