v2.33.0
📦 openai-python-sdkView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces an API update and fixes a bug related to the prompt_cache_retention enum value.
Migration Steps
- If you were explicitly setting prompt_cache_retention, update usage from 'in-memory' to 'in_memory'.
✨ New Features
- API update implemented.
🐛 Bug Fixes
- Corrected the enum value for prompt_cache_retention from 'in-memory' to 'in_memory'.