I am using deepseek/deepseek-chat-v3.1 but I have been having issues, not on all calls, but I get a decent amount of errors where the response status is 200, content-type= application/json but the content is only empty lines, probably live check?
Is there any reason why I would get such behaviour? Am I requesting too much the api ? I am using an async semaphore with 10 concurrent calls.
I notice an earlier discussion with a similar issue: https://discord.com/channels/1091220969173028894/1388364774521307217
But in my case it is not on every request, so I am not sure if I actually pay in cases I don't get any output.
If some has any idea, I would gladly have some help or guidance in solving this.