continuedev / continuedev/continue

deepSeek no completion

Open
#3,452 6 comments 1 reaction 1 assignee View on GitHub

@RomneyDa is already working on this.

Since Dec 19, 2024.

area:autocomplete kind:bug needs-triage
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:
- Continue version:
- IDE version:
- Model:
- config.json:
  
"tabAutocompleteModel": {
    "title": "DeepSeek Coder",
    "provider": "deepseek",
    "model": "deepseek-chat",
    "apiBase": "https://api.deepseek.com/",
    "apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
  },
  "tabAutocompleteOptions": {
    "debounceDelay": 500,
    "maxPromptTokens": 1500,
    "disableInFiles": [
      "*.md"
    ],
    "disable": false,
    "multilineCompletions": "always"
  },

no completion
Description

1734596975249

To reproduce

No response

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.