Raiyan Yahya
Raiyan Yahya
I can confirm that this works with pip3.8. Problem fixed after upgrading pip.
Did you install / upgrade python recently ? Also the log line `from .macosx_libfile import calculate_macosx_platform_tag` is suspicious since you are on linux. I would say reinstalling python and python...
You should add the timeout to the requests's modules get call because the Image.create returns a url string. The below snippet works for me. ``` response = openai.Image.create( prompt=prompt, size=size,...
I see that they have mentioned that in the readme but they have also attached a link to the requests module's get call. I agree that this could be an...
This would be an awesome feature to have. Please please introduce this.
@jin-ds Thank you for the feature request! I think its a good idea and I will add it in my next release.
I will add a comment to this issue and you will be notified :+1: I will also add an "update" section to the cli. If you want to do it...
Yup I am testing this feature! Will let you know once this is done. Hopefully today.
Hi, Which OS are on ? I will try to add a flag for `--no-verify` in the next release. Need to check if I can overide the reuquest being sent....
Yup .. but there are work arounds and I am look into it