chep / copilot-chat.el

Chat with Github copilot in Emacs !
MIT License
61 stars 7 forks source link

Use gpt-4o model #13

Closed huonw closed 1 month ago

huonw commented 1 month ago

This upgrades from GPT-4 model to GPT-4o, mimicking https://github.com/CopilotC-Nvim/CopilotChat.nvim/pull/377

The new model appears to be noticeably quicker to provide responses, but hard to tell for sure!

Announcement: https://github.blog/changelog/2024-07-31-github-copilot-chat-and-pull-request-summaries-are-now-powered-by-gpt-4o/

chep commented 1 month ago

Thank you!

chep commented 1 month ago

I tested it today and it's really faster !

huonw commented 1 month ago

Thanks merging this so quickly!