-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPStatus Expception: Client error '400 Bad Request' #35
Comments
Hey @JoseAlbDR! I took a look at this error and was able to reproduce it on my machine using your repository. I think its related to my OpenAI API implementation and the size of your codebase. I'll need to spend more time here debugging, but great catch. Thanks for reporting this! Eli |
Thanks to you! I wish I could help but my Python skills are awful |
Hey @JoseAlbDR, this should be fixed but let me know if you face anymore issues. Thank you! Eli |
Getting that error after Processing all files prompts, here is a snippet:
`INFO
Processing prompt: src\utils\helpers.js
Response: ...
ERROR HTTPStatus Exception:
Client error '400 Bad Request' for url 'https://api.openai.com/v1/chat/completions'
For more information check: https://httpstatuses.com/400
ERROR HTTPStatus Exception:
Client error '400 Bad Request' for url 'https://api.openai.com/v1/chat/completions'
For more information check: https://httpstatuses.com/400`
Im not used to python, so tell me if you need more info about the error, awesome work by the way.
In the generated README.md
The text was updated successfully, but these errors were encountered: