Before submitting your bug report
Relevant environment info
- OS: Windows 11
- Continue version: 1.2.22
- IDE version: VsCode 1.123.0
- Model: GPT 5.4 on Azure
- config:
- name: GPT-5.4
provider: openrouter
model: azure/gpt-5.4
apiBase: http://localhost:3130
roles:
- chat
- edit
- apply
- autocomplete
capabilities:
- tool_use
Description
Am using LiteLLM as local AI Gateway to consume some models like gpt-5.4 on an Azure, and it seems that continue extension is having some problems with autocomplete function on the recent OpenAI models (i've tested gpt-5.4-mini also).
To reproduce
Just try the same model behind an AI gateway like LiteLLM and you will get the same message
Log output
`Continue Autocomplete Error: HTTP 400 Bad Request from http://127.0.0.1:3130/completions {"error":{"message":"litellm.UnsupportedParamsError: azure does not support parameters: ['stop'], for model=azure/gpt-5.4. To drop these, set `litellm.drop_params=True` or for proxy:\n\n`litellm_settings:\n drop_params: true`\n. \n If you want to use these params dynamically send allowed_openai_params=['stop'] in your request.. Received Model Group=azure/gpt-5.4\nAvailable Model Group Fallbacks=None","type":"None","param":null,"code":"400"}} `
Before submitting your bug report
Relevant environment info
Description
Am using LiteLLM as local AI Gateway to consume some models like gpt-5.4 on an Azure, and it seems that continue extension is having some problems with autocomplete function on the recent OpenAI models (i've tested gpt-5.4-mini also).
To reproduce
Just try the same model behind an AI gateway like LiteLLM and you will get the same message
Log output
`Continue Autocomplete Error: HTTP 400 Bad Request from http://127.0.0.1:3130/completions {"error":{"message":"litellm.UnsupportedParamsError: azure does not support parameters: ['stop'], for model=azure/gpt-5.4. To drop these, set `litellm.drop_params=True` or for proxy:\n\n`litellm_settings:\n drop_params: true`\n. \n If you want to use these params dynamically send allowed_openai_params=['stop'] in your request.. Received Model Group=azure/gpt-5.4\nAvailable Model Group Fallbacks=None","type":"None","param":null,"code":"400"}} `