Skip to content

1.11

Compare
Choose a tag to compare
@maylogger maylogger released this 07 Jul 17:23
· 6 commits to main since this release

補完精確錯誤訊息

case 401:
"請確定 API key 是否正確<br><a href='https://platform.openai.com/api-keys' target='_blank'>前往查看</a>"

case 403:
"您所在的區域或國家不支援此功能<br><a href='https://platform.openai.com/docs/supported-countries' target='_blank'>支援地區</a>";

case 429:
"您的請求超出了最低額度,請至少存 US$5 到 OpenAI 後台<br><a href='https://platform.openai.com/account/billing' target='_blank'>前往儲值</a> 或 <a href='https://platform.openai.com/account/limits' target='_blank'>調整使用額度上限</a>";

case 500:  
"伺服器錯誤,請查看 Open AI 是否正常運作<br><a href='https://status.openai.com/' target='_blank'>前往查看</a>";

case 503:
"目前太多人使用此功能,請稍後再試試";