Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(openai): add updated OpenAI model constants (#314)
* feat(openai): add OpenAI model constants Add constants for OpenAI's latest models to the OpenAI provider: - O3_MINI: OpenAI's most efficient high-context model - O3_MINI_2025_01_31: Date-specific version of O3-mini - O1: OpenAI's flagship model - O1_2024_12_17: Date-specific version of O1 These models are compatible with OpenAI's API and can be used as drop-in replacements in applications using the RIG framework. * added missing semicolons to completion model endings
- Loading branch information