Add support for OpenAI models (o3 mini and GPT-4o) #81
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description\nThis PR adds support for OpenAI models, specifically o3 mini and GPT-4o, to the MyCoder project.\n\n## Changes\n- Added model selection functions in the agent configuration\n- Added OpenAI model provider and model name options\n- Updated CLI to support model selection via command line arguments and configuration\n- Updated tests to account for new configuration options\n\n## Related Issues\nCloses #80\n\n## Testing\n- All tests are passing\n- Manually tested with both Anthropic and OpenAI models\n\n## Notes\n- Users will need to set the OPENAI_API_KEY environment variable to use OpenAI models\n- Users can select models via command line arguments or by setting default in the configuration