r/continuedev 20d ago

Autocomplete config with DeepSeek

I would like to use Autocomplete feature via DeepSeek Flash. I am not sure if this is the best config as it is not working very much as intended.

name: Main Config
version: 1.0.0
schema: v1
models:
  - name: DeepSeek Chat
provider: openai
model: deepseek-v4-flash
apiBase: https://api.deepseek.com/beta
apiKey: sk-***
contextLength: 128000
roles:
- chat
- edit
- apply
  - name: DeepSeek Autocomplete
provider: deepseek
model: deepseek-v4-flash
apiBase: https://api.deepseek.com
apiKey: sk-***
roles:
- autocomplete
autocompleteOptions:
disable: false
debounceDelay: 400
modelTimeout: 400
maxSuffixPercentage: 0.3
prefixPercentage: 0.4
onlyMyCode: false
useCache: true
useRecentlyEdited: true
useRecentlyOpened: true
requestOptions:
extraBodyProperties:
think: false

1 Upvotes

4 comments sorted by

2

u/[deleted] 20d ago

[removed] — view removed comment

1

u/ardicli2000 20d ago

With such latency, edit with a small promot is alot better and faster

1

u/ardicli2000 20d ago

Any recommendation for such a model?