continuedev / continuedev/continue
tabAutocompleteModel not work
Open
@RomneyDa is already working on this.
Since Mar 12, 2025.
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
- 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
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:win11
- Continue version:1.0.3
- IDE version:1.98.1
- Model:ollama
- config:
"tabAutocompleteModel": {
"model": "qwen2.5-coder:1.5b",
"title": "qwen2.5-coder:1.5b",
"provider": "ollama",
"apiBase": "http://127.0.0.1:11434"
}
OR link to assistant in Continue hub:
Description
The chat mode works properly, but the completion does not respond at all, and there is no log. The ollama model is working properly locally, but there is no cpu and gpu load. Where is the log to check whether there is a call model and error message?
To reproduce
No response
Log output
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.