This repository was archived by the owner on Dec 11, 2025. It is now read-only.
feat: Add support for gpt-4o-2024-11-20 model#102
Merged
Conversation
dragos199993
commented
Sep 19, 2025
Member
- Updated settings.py to include the new model in the PROVIDERS list.
- Modified providers.py to define the new model in the NDLLMProviders enum.
- Enhanced test_integration.py to include test cases for the new model.
- Updated settings.py to include the new model in the PROVIDERS list. - Modified providers.py to define the new model in the NDLLMProviders enum. - Enhanced test_integration.py to include test cases for the new model.
- Re-added GPT_4o_2024_11_20 model definition to the NDLLMProviders enum in providers.py. - Ensured consistency in model references across the file.
- Introduced multiple test cassettes for the gpt-4o-2024-11-20 model, covering various scenarios including streaming, tool calling, and response validation. - Enhanced test coverage for asynchronous streaming and tool integration with detailed request and response structures. - Ensured consistency in API interactions across different test cases.
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
r0ymanesco
approved these changes
Sep 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.