Cannot stream output using the official deepseekAPI.
- [x] Disable all other plugins besides Copilot (required)
- [x] Screenshot of note + Copilot chat pane + dev console added (required)
Copilot version: v2.8.7
(Bug report without the above will be closed)
Describe how to reproduce When attempting to use the official deepseekAPI with Obsidian Copilot, the output cannot be streamed properly. The expected behavior would be to receive responses in real-time as they're generated, but instead the output appears all at once after completion.
Steps to reproduce:
- Configure Obsidian Copilot to use deepseekAPI
- Make a query that would normally generate a streamed response
- Observe that the response appears only after full completion
Expected behavior Responses should stream progressively as they're generated by the API.
Screenshots
Additional context Add any other context about the problem here.
It's because you enabled CORS, CORS mode as no streaming support.
cc @Emt-lin should we be more clear with a hover message over CORS?
It's because you enabled CORS, CORS mode as no streaming support.
cc @Emt-lin should we be more clear with a hover message over CORS?
yeah. I will optimize it.