v0.26.1
版本发布时间: 2023-01-14 04:55:09
openai/openai-python最新发布版本:v1.43.0(2024-08-30 02:00:39)
What's Changed
- Fix documentation typo by @joshbode in https://github.com/openai/openai-python/pull/175
- Fix
FineTune.stream_events
by @ddeville in https://github.com/openai/openai-python/pull/176 - Several fixes to make
Completion.acreate(stream=True)
work by @nfcampos in https://github.com/openai/openai-python/pull/172 - Another async iterator that needs to be consumed with async for by @nfcampos in https://github.com/openai/openai-python/pull/179
- Fix some typing issues by @ddeville in https://github.com/openai/openai-python/pull/177
- Change request logs to debug level by @ddeville in https://github.com/openai/openai-python/pull/178
- Bump version by @ddeville in https://github.com/openai/openai-python/pull/182
New Contributors
- @joshbode made their first contribution in https://github.com/openai/openai-python/pull/175
- @nfcampos made their first contribution in https://github.com/openai/openai-python/pull/172
Full Changelog: https://github.com/openai/openai-python/compare/v0.26.0...v0.26.1