⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
- OS: macOS
- Continue version: v0.8.57 (v0.9.231 also affected)
- IDE version: VS Code 1.95.2 (Universal)
- Model: gpt-4o (via Azure OpenAI
- config.json: (relevant parts)
{
"models": [
{
"apiKey": "redacted",
"engine": "gpt-4o (version:2024-08-06)",
"apiBase": "redacted",
"apiType": "azure",
"apiVersion": "2024-10-21",
"deployment": "gpt-4o",
"model": "gpt-4o",
"title": "gpt-4o",
"systemMessage": "You are an expert software developer. You give helpful and concise responses.",
"provider": "azure"
],
...
Description
Edit mode is broken for gpt-4o on Azure OpenAI since the changes to add Predicted Output support for OpenAI models (https://github.com/continuedev/continue/pull/2837). Trying to use it results in the following error:
Before submitting your bug report
Relevant environment info
Description
Edit mode is broken for gpt-4o on Azure OpenAI since the changes to add Predicted Output support for OpenAI models (https://github.com/continuedev/continue/pull/2837). Trying to use it results in the following error:
Unrecognized request argument supplied: prediction
I believe the Azure LLM just needs to override
supportsPrediction
to returnfalse
until Azure OpenAI supports the parameter.To reproduce
Log output