Skip to content

Commit

Permalink
Merge pull request fuergaosi233#208 from cntechpower/main
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
fuergaosi233 authored Dec 10, 2022
2 parents bb3f14e + bff6085 commit 7e73799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatgpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ErrorCode2Message: Record<string, string> = {
"503":
"OpenAI 服务器繁忙,请稍后再试| The OpenAI server is busy, please try again later",
"429":
"OpenAI 服务器限流,请稍后再试| The OpenAI server was limted, please try again later",
"OpenAI 服务器限流,请稍后再试| The OpenAI server was limited, please try again later",
"500":
"OpenAI 服务器繁忙,请稍后再试| The OpenAI server is busy, please try again later",
unknown: "未知错误,请看日志 | Error unknown, please see the log",
Expand Down

0 comments on commit 7e73799

Please sign in to comment.