-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS
- Continue version: 1.3.16
- IDE version: VSCode recent
- Model: gpt-5-nano
- config:
- name: GPT 5 nano
model: gpt-5-nano
<<: *azure
roles:
- autocomplete
- apply
defaultCompletionOptions:
contextLength: 272000
temperature: 1
stop: []Description
GPT-5-nano does not support the stop parameter at all. It returns a 400 response. It looks like the parameter is sent even if I set it to an empty array.
I am using the Azure API with API version '2025-04-01-preview'.
To reproduce
- Configure gpt-5-nano as autocomplete model.
- Select it in the config
- Start coding.
Log output
`{ "error": { "message": "Unsupported parameter: 'stop' is not supported with this model.", "type": "invalid_request_error", "param": "stop", "code": "unsupported_parameter" } }`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
Todo