memorable
Results
1
issues of
memorable
### Describe the bug When I use request_timeout on a text completion, it works fine: `openai.Completion.create(prompt="1,2,3,4,", request_timeout=10.0)` But when I try to do it with an image creation, it fails:...
bug