openai / openai-python

The official Python library for the OpenAI API
https://pypi.org/project/openai/
Apache License 2.0
21.11k stars 2.86k forks source link

Does it support multi key polling? #1432

Open yuanjie-ai opened 1 month ago

yuanjie-ai commented 1 month ago

Confirm this is a feature request for the Python library and not the underlying OpenAI API.

Describe the feature or improvement you're requesting

Does it support multi key polling?

Additional context

Does it support multi key polling?

rattrayalex commented 1 month ago

Not currently, no. Can you share more about what you would like to see and why?

Is there any reason that calling .poll(id) in a for-loop would not work well for you?

Jan13295 commented 1 day ago

I think this should be closed right?