What's Changed
**Release Summary**
This release includes multiple updates and improvements related to OpenAI API usage and utility functions. Below are the key highlights:
**Enhancements & Updates:**
OpenAI Parameter Updates:
Unlocked and updated OpenAI arguments for better flexibility (f1944e3, 6af4a00).
Improved OpenAI response format example (bfd9176).
Utility Additions & Refactoring:
**New Utilities Added:**
Sanitize Prompts: Ensures clean and structured input (05ee357).
Unpack JSON Response: Simplifies processing OpenAI JSON outputs (3196dfa).
Code Refactoring & Optimization:
General improvements in code structure (f4fd5e4).
Documentation Improvements:
Added detailed documentation for new utilities (9a0adcb, 1b7fdef).
Updated OpenAI.md and other documentation files (91dfb83, 00c498d).
Fixed typos and minor errors (faec3e7).
Miscellaneous Updates:
Indexed documentation (f38e974).
Merged changes from the main branch (de50a06).
Code formatting and cleanup with ruff (b79dde7).
Version bump (bump version).
Conclusion:
This release enhances OpenAI parameter customization, introduces new utilities for prompt sanitization and JSON response handling, refactors code, and improves documentation. 🚀