The add-on itself is convenient, but when I try to use the GPT4 version of the translation feature, it doesn't work because of "HTTP/1.1 429 Too Many Requests".
Due to the above error, the GPT4 model is currently not available.
Looking at the quality of translation in ChatGPT, GPT4 shows much better results, so I wanted to translate to GPT4, but the function does not work, so I am using GPT3.5 to translate.
I'm wondering when GPT4 will be available. OpenAI Payment is working fine.
The current OpenAI package is 5.0.9 and I'm using Unity 2021.3.24f.
Code: Select all
HTTP/1.1 429 Too Many Requests
{
"error": {
"message": "Rate limit reached for 10KTPM-200RPM in organization org-[Myorgnization] on tokens per min. Limit: 10000 / min. Please try again in 6ms. Contact us through our help center at help.openai.com if you continue to have issues.",
"type": "tokens",
"param": null,
"code": "rate_limit_exceeded"
}
}
UnityEngine.Debug:Log (object)
PixelCrushers.DialogueSystem.OpenAIAddon.OpenAI/<>c__DisplayClass15_0:<SubmitChatAsync>b__0 (UnityEngine.AsyncOperation) (at Assets/Plugins/Pixel Crushers/Dialogue System Addon for OpenAI/Scripts/OpenAI/OpenAI.cs:161)
UnityEngine.AsyncOperation:InvokeCompletionEvent ()