continue
continue copied to clipboard
Error message of using “write comments for this code”
Before submitting your bug report
- [X] 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
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Windows 11
- Continue:V 0.8.52
- IDE:VSCODE v1.93.1
- Model: qwen-max
- config.json:
"models": [
{
"title": "qwen-max",
"apiBase": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"provider": "openai",
"model": "qwen-max",
"apiKey": "**************",
"systemMessage": " "
}
],
Description
using right click menu of continue:write comments for this code,then get the error message below:
Error streaming diff: Error: HTTP 404 Not Found from https://dashscope.aliyuncs.com/compatible-mode/v1/completions
To reproduce
- highlight code
- right click,then choose continue
- click “write comments for this code”
Log output
No response