101dotxyz / GPTeam

GPTeam: An open-source multi-agent simulation
https://www.gpteamai.com/
MIT License
1.64k stars 254 forks source link

Update dependency openai to ^0.28.0 #93

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ^0.27.4 -> ^0.28.0 age adoption passing confidence

Release Notes

openai/openai-python (openai) ### [`v0.28.1`](https://redirect.github.com/openai/openai-python/releases/tag/v0.28.1) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.28.0...v0.28.1) #### What's Changed - Update README.md to fix the fine-tuning model delete example by [@​logankilpatrick](https://redirect.github.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/601](https://redirect.github.com/openai/openai-python/pull/601) - Revamp README to make examples front and center by [@​logankilpatrick](https://redirect.github.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/603](https://redirect.github.com/openai/openai-python/pull/603) - Update pointer to Jupyter notebooks as finetuning doesn't exist by [@​shapor](https://redirect.github.com/shapor) in [https://github.com/openai/openai-python/pull/477](https://redirect.github.com/openai/openai-python/pull/477) - Update the wandb logger by [@​morganmcg1](https://redirect.github.com/morganmcg1) in [https://github.com/openai/openai-python/pull/590](https://redirect.github.com/openai/openai-python/pull/590) - \[azure] enable audio/whisper support by [@​kristapratico](https://redirect.github.com/kristapratico) in [https://github.com/openai/openai-python/pull/613](https://redirect.github.com/openai/openai-python/pull/613) - Update nested_resource_class_methods.py by [@​00arthur00](https://redirect.github.com/00arthur00) in [https://github.com/openai/openai-python/pull/612](https://redirect.github.com/openai/openai-python/pull/612) - Fix: SSE Stream parser expects additional space after colon "data:" by [@​michaelfeil](https://redirect.github.com/michaelfeil) in [https://github.com/openai/openai-python/pull/559](https://redirect.github.com/openai/openai-python/pull/559) - 🐛 fixed asyncio streaming bugs by [@​hynky1999](https://redirect.github.com/hynky1999) in [https://github.com/openai/openai-python/pull/584](https://redirect.github.com/openai/openai-python/pull/584) - Bugfix: Add param positional arg to InvalidRequestError by [@​wdhorton](https://redirect.github.com/wdhorton) in [https://github.com/openai/openai-python/pull/573](https://redirect.github.com/openai/openai-python/pull/573) #### New Contributors - [@​shapor](https://redirect.github.com/shapor) made their first contribution in [https://github.com/openai/openai-python/pull/477](https://redirect.github.com/openai/openai-python/pull/477) - [@​morganmcg1](https://redirect.github.com/morganmcg1) made their first contribution in [https://github.com/openai/openai-python/pull/590](https://redirect.github.com/openai/openai-python/pull/590) - [@​00arthur00](https://redirect.github.com/00arthur00) made their first contribution in [https://github.com/openai/openai-python/pull/612](https://redirect.github.com/openai/openai-python/pull/612) - [@​michaelfeil](https://redirect.github.com/michaelfeil) made their first contribution in [https://github.com/openai/openai-python/pull/559](https://redirect.github.com/openai/openai-python/pull/559) - [@​hynky1999](https://redirect.github.com/hynky1999) made their first contribution in [https://github.com/openai/openai-python/pull/584](https://redirect.github.com/openai/openai-python/pull/584) - [@​wdhorton](https://redirect.github.com/wdhorton) made their first contribution in [https://github.com/openai/openai-python/pull/573](https://redirect.github.com/openai/openai-python/pull/573) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.10...v0.28.1 ### [`v0.28.0`](https://redirect.github.com/openai/openai-python/releases/tag/v0.28.0) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.27.10...v0.28.0) #### What's Changed - \[fine_tuning] fix pagination for auto-generated list_events ([#​188](https://redirect.github.com/openai/openai-python/issues/188)) by [@​jhallard](https://redirect.github.com/jhallard) in [https://github.com/openai/openai-python/pull/597](https://redirect.github.com/openai/openai-python/pull/597) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.10...v0.28.0 ### [`v0.27.10`](https://redirect.github.com/openai/openai-python/releases/tag/v0.27.10) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.27.9...v0.27.10) #### What's Changed - Update README.md with fine-tuning examples by [@​logankilpatrick](https://redirect.github.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/583](https://redirect.github.com/openai/openai-python/pull/583) - \[fine_tuning] Add CLI for fine_tuning.jobs by [@​jhallard](https://redirect.github.com/jhallard) in [https://github.com/openai/openai-python/pull/592](https://redirect.github.com/openai/openai-python/pull/592) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.9...v0.27.10 ### [`v0.27.9`](https://redirect.github.com/openai/openai-python/releases/tag/v0.27.9) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.27.8...v0.27.9) ##### What's Changed - catch asyncio.TimeoutError in \_interpret_async_response by [@​vik-goel](https://redirect.github.com/vik-goel) in [https://github.com/openai/openai-python/pull/489](https://redirect.github.com/openai/openai-python/pull/489) - Add api_version and organization field in Audio API requests by [@​yutian-openai](https://redirect.github.com/yutian-openai) in [https://github.com/openai/openai-python/pull/514](https://redirect.github.com/openai/openai-python/pull/514) - Update docstring in chat_completion API resource by [@​athyuttamre](https://redirect.github.com/athyuttamre) in [https://github.com/openai/openai-python/pull/527](https://redirect.github.com/openai/openai-python/pull/527) - Update chatml.md by [@​logankilpatrick](https://redirect.github.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/580](https://redirect.github.com/openai/openai-python/pull/580) - Update README.md to show newer completions models by [@​logankilpatrick](https://redirect.github.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/578](https://redirect.github.com/openai/openai-python/pull/578) - doc: fix readme azure example code by [@​whysage](https://redirect.github.com/whysage) in [https://github.com/openai/openai-python/pull/571](https://redirect.github.com/openai/openai-python/pull/571) - Updates to the fine tuning SDK + addition of pagination primitives by [@​jhallard](https://redirect.github.com/jhallard) in [https://github.com/openai/openai-python/pull/582](https://redirect.github.com/openai/openai-python/pull/582) ##### New Contributors - [@​vik-goel](https://redirect.github.com/vik-goel) made their first contribution in [https://github.com/openai/openai-python/pull/489](https://redirect.github.com/openai/openai-python/pull/489) - [@​yutian-openai](https://redirect.github.com/yutian-openai) made their first contribution in [https://github.com/openai/openai-python/pull/514](https://redirect.github.com/openai/openai-python/pull/514) - [@​whysage](https://redirect.github.com/whysage) made their first contribution in [https://github.com/openai/openai-python/pull/571](https://redirect.github.com/openai/openai-python/pull/571) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.8...v0.27.9 ### [`v0.27.8`](https://redirect.github.com/openai/openai-python/releases/tag/v0.27.8) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.27.7...v0.27.8) #### What's Changed - Periodically close open `request.Sessions` to avoid buggy interaction with Docker Desktop by [@​jhallard](https://redirect.github.com/jhallard) in [https://github.com/openai/openai-python/pull/478](https://redirect.github.com/openai/openai-python/pull/478) - Support for Azure Dall-e by [@​glecaros](https://redirect.github.com/glecaros) in [https://github.com/openai/openai-python/pull/439](https://redirect.github.com/openai/openai-python/pull/439) - Bump version to 0.27.8 by [@​jhallard](https://redirect.github.com/jhallard) in [https://github.com/openai/openai-python/pull/480](https://redirect.github.com/openai/openai-python/pull/480) #### New Contributors - [@​jhallard](https://redirect.github.com/jhallard) made their first contribution in [https://github.com/openai/openai-python/pull/478](https://redirect.github.com/openai/openai-python/pull/478) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.7...v0.27.8 ### [`v0.27.7`](https://redirect.github.com/openai/openai-python/releases/tag/v0.27.7) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v0.27.6...v0.27.7) #### What's Changed - bump version by [@​mpokrass](https://redirect.github.com/mpokrass) in [https://github.com/openai/openai-python/pull/428](https://redirect.github.com/openai/openai-python/pull/428) - Embeddings util - remove unnecessary sort by index by [@​ravwojdyla](https://redirect.github.com/ravwojdyla) in [https://github.com/openai/openai-python/pull/430](https://redirect.github.com/openai/openai-python/pull/430) - allow api_version to be set by environment variable by [@​kristapratico](https://redirect.github.com/kristapratico) in [https://github.com/openai/openai-python/pull/438](https://redirect.github.com/openai/openai-python/pull/438) - Fixed CLI streamed chat completions. by [@​MikeAmy](https://redirect.github.com/MikeAmy) in [https://github.com/openai/openai-python/pull/319](https://redirect.github.com/openai/openai-python/pull/319) - Update README to use gpt-3.5-turbo by default by [@​athyuttamre](https://redirect.github.com/athyuttamre) in [https://github.com/openai/openai-python/pull/441](https://redirect.github.com/openai/openai-python/pull/441) - Updating code and readme to reference the Azure's newest 2023-05-15 API Version by [@​glecaros](https://redirect.github.com/glecaros) in [https://github.com/openai/openai-python/pull/452](https://redirect.github.com/openai/openai-python/pull/452) - Update version.py by [@​hallacy](https://redirect.github.com/hallacy) in [https://github.com/openai/openai-python/pull/458](https://redirect.github.com/openai/openai-python/pull/458) #### New Contributors - [@​ravwojdyla](https://redirect.github.com/ravwojdyla) made their first contribution in [https://github.com/openai/openai-python/pull/430](https://redirect.github.com/openai/openai-python/pull/430) - [@​MikeAmy](https://redirect.github.com/MikeAmy) made their first contribution in [https://github.com/openai/openai-python/pull/319](https://redirect.github.com/openai/openai-python/pull/319) - [@​glecaros](https://redirect.github.com/glecaros) made their first contribution in [https://github.com/openai/openai-python/pull/452](https://redirect.github.com/openai/openai-python/pull/452) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.6...v0.27.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.