Related to my previous thread on the
timeout bug, it looks like it wouldnt matter even if the bug is fixed, because when they are having issues, deepseek returns in 60 seconds, with an 200 OK, but an empty response. While at the same time indicating that the response is in json. Which breaks in the openai library
here, since there is no check to see if what is returned is actually json.
But since this is a deepseek issue which is an openai like api, fixing it's going to probably take a fork of the openai api, or handle it elsewhere. sigh