continue icon indicating copy to clipboard operation
continue copied to clipboard

Error message of using “write comments for this code”

Open Ray-Huang-9730 opened this issue 1 year ago • 1 comments

Before submitting your bug report

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

  1. highlight code
  2. right click,then choose continue
  3. click “write comments for this code”

Log output

No response

Ray-Huang-9730 avatar Sep 24 '24 04:09 Ray-Huang-9730