Releases: openai/openai-python
Releases · openai/openai-python
v0.14.0
What's Changed
- Add entry_points by @BastianZim. Makes some changes to setup so that the package can be easily installed on Windows
- Add documentation for usage with Azure endpoints by @sorinsuciu-msft
- feat: openai wandb sync by @borisdayma. Adds Wandb integration. Try
openai wandb sync
as an example
New Contributors
- @BastianZim made their first contribution in #52
- @borisdayma made their first contribution in #64
v0.13.0
v0.12.0
v0.11.6
v0.11.5
v0.11.4
- Answers and Classification endpoints now have their own prepare_data functions, similar to search
- Moved the utils file used in the embeddings examples to embeddings_utils. This will allow the code to be imported
- Changed the default api_prefix to be "" and instead moved that logic into init.py. You might need to update any local OPENAI_API_BASE that you've set.
v0.11.3
v0.11.2
v0.11.1
- add examples/embeddings for embedding tutorial notebooks
- add examples/finetuning Olympics Q&A fine-tuning tutorial notebooks
- Fix batch size estimation for small dataset sizes