peterdemin / openai-cli

Command-line client for OpenAI APIs
MIT License
155 stars 30 forks source link

Unexpected exception #7

Closed gustavohenrique closed 5 months ago

gustavohenrique commented 1 year ago

I did:

echo "do something" | openai complete -

and I got an error in models.py, line 1021, in my first time usage:

requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://api.openai.com/v1/completions
peterdemin commented 1 year ago

Happens to me too sometimes. I think it's intermittent