DeepSeek-V2 icon indicating copy to clipboard operation
DeepSeek-V2 copied to clipboard

同一个请求连续多次尝试都是相同错误

Open gauss-clb opened this issue 8 months ago • 0 comments

<class 'openai.InternalServerError'>
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

这个是分发策略问题嘛,这样就失去了重试的意义,失败的请求下一次尝试一定会失败?

gauss-clb avatar Jun 28 '24 10:06 gauss-clb