Alex Rattray

Results 272 comments of Alex Rattray

I believe this has been resolved; please let me know if that's not the case and we can reopen.

Great news, we've just published [a beta for the a fully-rewritten v1 of our Python SDK](https://github.com/openai/openai-python/discussions/631), which includes proper static types for all request parameters & response fields. We'd love...

This should be resolved in v1 of this library. If that's not the case, please open a new issue.

Great news – this is resolved in our new, fully rewritten [v1.0.0 library, now in beta](https://github.com/openai/openai-python/discussions/631): ```py from openai import OpenAI client = OpenAI( api_key=os.environ['OPENAI_API_KEY'], # this is also the...

Thanks for this! We've since rewritten the library entirely, so this change is no longer relevant. I'm sorry we didn't get to it sooner. We currently run CI for this...

Thanks for reporting! This sounds like an issue with the underlying OpenAI API and not the Python library, so I'm going to go ahead and close this issue. If this...

Thank you for your feedback. The appropriate place to fix this is in the API, and I've bumped this to the API team for you. They do not monitor this...

My instinct is that this is a bug in your code with how the background worker is being used. I don't think it's likely this library would have a concurrency...

Thanks for opening this; we will want to change this on the codegen side, so I don't anticipate us merging straightaway, but we do hope to make this change before...

Hi @henriqueln7 , do you remain interested in working on this? What interface would you propose?