-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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:linuxHappening specifically on LinuxHappening specifically on Linux
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'm not able to find a related conversation on GitHub discussions that reports the same bug
- 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: linux
- Continue version:
- IDE version: code-server: v4.109.2 Code: 1.109.2
- Model:
- config:
- name: GLM-4.7
provider: openai
model: GLM-4.7
apiBase: http://172.17.0.1:17800/v1 # The custom API base URL
apiKey: sk-xxxxxxxxxxxxxxxxxx
useLegacyCompletionsEndpoint: false
roles:
- autocomplete
autocompleteOptions:
maxTokens: 80000
OR link to agent in Continue hub:Description
No response
To reproduce
config local openai compatible api, and use the tab autocomplete
Log output
Continue Autocomplete Error: HTTP 500 Internal Server Error from http://172.17.0.1:17800/v1/chat/completions {"error":{"message":"Failed to create chat stream: chat completion stream failed: 400 Key: 'ChatCompletionRequest.Stop' Error:Field validation for 'Stop' failed on the 'max' tag\n\n","type":"internal_error"}}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:linuxHappening specifically on LinuxHappening specifically on Linux
Type
Projects
Status
Todo