This PR updates the Model type to reflect the latest available models provided by OpenAI. With the recent model updates and deprecations, several older models are no longer supported. This change aligns our codebase with the current set of supported models, ensuring compatibility and reducing potential issues with deprecated model references.
This update reduces confusion and potential errors related to model support, ensuring compatibility with the latest OpenAI API capabilities. Please review and merge if approved.
Summary
This PR updates the Model type to reflect the latest available models provided by OpenAI. With the recent model updates and deprecations, several older models are no longer supported. This change aligns our codebase with the current set of supported models, ensuring compatibility and reducing potential issues with deprecated model references.
Changes
Updated Model type to include only supported and recommended models, following the latest OpenAI model documentation and deprecation guidelines.
Conclusion
This update reduces confusion and potential errors related to model support, ensuring compatibility with the latest OpenAI API capabilities. Please review and merge if approved.