continuedev / continuedev/continue

Autocomplete generate irrelevant content

Open
#3,153 6 comments 5 reactions 1 assignee View on GitHub

@RomneyDa is already working on this.

Since Dec 2, 2024.

area:autocomplete ide:vscode kind:bug needs-triage os:windows
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS:Windows11
- Continue version:v0.8.60
- IDE version:Vscode 1.95.3
- Model:qwen2.5-coder:32b & qwen2.5-coder:1.5b
- config.json:
  
  "tabAutocompleteModel": {
    "title": "qwen2.5-coder:32b",
    // "title": "qwen2.5-coder:1.5b",
    "provider": "ollama",
    "model": "qwen2.5-coder:32b",
    "apiBase": "http://192.168.11.100:11434"
  },
  "tabAutocompleteOptions": {
    "debounceDelay": 500,
    "maxPromptTokens": 4000,
    "disableInFiles": [
      "*.md"
    ],
    "multilineCompletions": "always"
  },
Description

image
image

the generated content is text instead of code.

To reproduce

Install continues, run the Qwen model with Ollama, and configure accordingly.

Log output

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.