ReadyPlayerEmma

Results 7 comments of ReadyPlayerEmma

> It appears there's been a broader change in CORS headers across multiple NASA APIs. I was using https://ssd-api.jpl.nasa.gov/doc/fireball.html and it now appears to not support CORS requests, and this...

I can confirm that I am getting an invalid URL error when using the 0.27.0 version of the Python library. In my code I am calling `await openai.ChatCompletion.acreate(.......)` when making...

> Check the parameters: > use 'model' instead of 'engine' as parameter > `openai.ChatCompletion.create(model="gpt-3.5-turbo", ....)` Thank you @SparkleBo! That resolved the issue for me. I had found the `engine_api_resource.py` stuff...

> I believe you're looking for the `request_timeout` param (https://github.com/openai/openai-python#params). Does that solve the issue? I was seeing this issue as well, and was able to switch to using `request_timeout`,...

> Can you describe the breaking change here? We generally try to avoid that if possible because we know how jarring of an experience it can be. That parameter is...

> I have this problem too, I get "'float' object is not callable" when I pass the param timeout, I also try the param request_timeout, it's not work. Can you...