chore: update prompt

This commit is contained in:
JustSong 2023-06-11 09:55:50 +08:00
parent f97a9ce597
commit 9d0bec83df

View File

@ -108,7 +108,7 @@ func Relay(c *gin.Context) {
err := relayHelper(c, relayMode) err := relayHelper(c, relayMode)
if err != nil { if err != nil {
if err.StatusCode == http.StatusTooManyRequests { if err.StatusCode == http.StatusTooManyRequests {
err.OpenAIError.Message = "负载已满,请稍后再试,或升级账户以提升服务质量。" err.OpenAIError.Message = "当前分组负载已饱和,请稍后再试,或升级账户以提升服务质量。"
} }
c.JSON(err.StatusCode, gin.H{ c.JSON(err.StatusCode, gin.H{
"error": err.OpenAIError, "error": err.OpenAIError,