Skip to content

Model not found: gtp-4o-2024-11-20 #1105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ralphie02 opened this issue Apr 9, 2025 · 2 comments · Fixed by #1106 or #1102
Closed

Model not found: gtp-4o-2024-11-20 #1105

ralphie02 opened this issue Apr 9, 2025 · 2 comments · Fixed by #1106 or #1102
Labels
bug Something isn't working

Comments

@ralphie02
Copy link

I'm currently seeing this error:

Image

It seems like the default model selection (gpt-4o-2024-11-20) is the culprit and is no longer in the list of models returned by CopilotChatModels:

Image

(Note that I generally don't check the chat models so I'm not actually sure if "gpt-4o-2024-11-20" was in the list before)

Setting the correct value, gpt-4o, in the config is my current workaround

Image

@tycharlie99
Copy link

I met the same issue. For now, I set the default to gpt-4o for avoiding the error.

require("CopilotChat").setup({
  model = 'gpt-4o',
})

@deathbeam
Copy link
Collaborator

Oh awesome, they fixed it. Yes it was there before,but then they removed it and there was only versioned one, now the normal name is back, I will fix the default

deathbeam added a commit to deathbeam/CopilotChat.nvim that referenced this issue Apr 9, 2025
they removed the versioned ones again and put back gpt-4o

Closes CopilotC-Nvim#1105

Signed-off-by: Tomas Slusny <[email protected]>
@deathbeam deathbeam added the bug Something isn't working label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants