Open
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:macOS
- Continue version: v1.1.37
- IDE version:VSCode 1.92
- Model: `deepseek/deepseek-v3-0324`, or others
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: chat-model
provider: huggingface-inference-api
model: deepseek/deepseek-v3-0324
apiBase: https://router.huggingface.co/novita/v3/openai
apiKey: hf_XXXXX
roles:
- chat
- edit
- autocomplete
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
OR link to assistant in Continue hub:
Description
It cannot integrate with the inference providers described in hugging face docs about inference providers.
I have tried out different routes and models, but it still gives:
Error streaming edit diffs: Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)
I confirmed my api key is correct.
To reproduce
- get an proper API key from hugging face
- go to config.yaml and set the config as above
- Send any prompt
Log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress