You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.