evyatar9 / GptHidra

GptHidra is a Ghidra plugin that uses the OpenAI Chat GPT to explain functions. With GptHidra, you can easily understand the purpose and behavior of functions in your codebase. Now with GPT4 Support!
305 stars 22 forks source link

HTTP error 429 too many requests #4

Closed 7h3w4lk3r closed 1 year ago

7h3w4lk3r commented 1 year ago

image

i get this error when i run the script.

evyatar9 commented 1 year ago

Hi @7h3w4lk3r, The 429 'Too Many Requests' error occurs when the OpenAI API detects excessive requests within a specific time frame. This is a rate limit measure implemented by the OpenAI API provider to ensure fair usage by your token.

Thank you for reporting the issue.