Copilot now supports various models (GPT, Anthropic, and Gemini). How will the copilot adapter handle this? #387
-
In VS Code copilot chat, users select which model and chat proceeds. How will the copilot adapter handle this selection? ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
By you making a PR? We have a rather well fleshed out guide to Adapters, here |
Beta Was this translation helpful? Give feedback.
-
Also, if someone can give me the model names and parameters it's a very simple addition |
Beta Was this translation helpful? Give feedback.
-
Hi All, Update on this, I added support for o1 models last week. Both OpenAI and Copilot can utilise them. As you're probably aware, they don't offer a streaming endpoint so you'll be waiting a while to see the response. |
Beta Was this translation helpful? Give feedback.
Hi All,
Update on this, I added support for o1 models last week. Both OpenAI and Copilot can utilise them. As you're probably aware, they don't offer a streaming endpoint so you'll be waiting a while to see the response.