Describe the feature or improvement you're requesting
Doing a fresh import openai seems to take about 4-5 seconds
(reproducible with start_time = time.time(); import openai; print(time.time() - start_time)). This startup time seems like given the straightforward nature of the repo.
Additional context
No response