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
* Make embeddings_utils be importable (openai#104)
* Make embeddings_utils be importable
* Small tweaks to dicts for typing
* Remove default api_prefix and move v1 prefix to default api_base (openai#95)
* make construct_from key argument optional (openai#92)
* Split search.prepare_data into answers/classifications/search versions (openai#93)
* Break out prepare_data into answers, classifications, and search
* And cleaned up CLI
* Validate search files (openai#69)
* Add validators for search files
* Clean up fields
Co-authored-by: kennyhsu5 <[email protected]>
Co-authored-by: Madeleine Thompson <[email protected]>
cgayapr
pushed a commit
to cgayapr/openai-python
that referenced
this issue
Dec 14, 2024
* Make embeddings_utils be importable (openai#104)
* Make embeddings_utils be importable
* Small tweaks to dicts for typing
* Remove default api_prefix and move v1 prefix to default api_base (openai#95)
* make construct_from key argument optional (openai#92)
* Split search.prepare_data into answers/classifications/search versions (openai#93)
* Break out prepare_data into answers, classifications, and search
* And cleaned up CLI
* Validate search files (openai#69)
* Add validators for search files
* Clean up fields
Co-authored-by: kennyhsu5 <[email protected]>
Co-authored-by: Madeleine Thompson <[email protected]>
Requesting api in stream mode is not reusing HTTP Connection
Logs:
wireshark screenshot

minimal code to reproduce:
Why need to fix?
TCP and TLS handshake can be slow and it's better to reuse connections
The text was updated successfully, but these errors were encountered: