continue icon indicating copy to clipboard operation
continue copied to clipboard

Custom API configuration with DeepSeek v3 model causes error in autocomplete feature

Open grassfish1122 opened this issue 6 months ago • 5 comments

Before submitting your bug report

Relevant environment info

- OS:
- Continue version:
- IDE version:
- Model:
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: DeepSeek-V3-250324
    provider: deepseek
    apiKey: xxx
    apiBase: https://ark.cn-beijing.volces.com/api/v3
    model: ep-20250326174349-z9bgg
    roles:
      - chat
      - edit
      - apply
      - summarize
      - autocomplete
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase
  
  OR link to assistant in Continue hub:

Description

When using a custom API configuration with the DeepSeek v3 model, while standard chat functionality works successfully, an error prompt appears when attempting to use the autocomplete feature.

To reproduce

Image

Log output

{"error":{"message":"Authentication Fails (no such user)","type":"authentication_error","param":null,"code":"invalid_request_error"}}

grassfish1122 avatar Mar 27 '25 09:03 grassfish1122