Paul Gauthier
308b1546a0
feat: add gpt-5.5 model settings across providers
...
Co-authored-by: aider (gpt-5.4) <aider@aider.chat >
2026-04-24 15:59:03 -07:00
Paul Gauthier
cd24a3a3c8
test: update model alias expectations for sonnet and opus
...
Co-authored-by: aider (gpt-5.4) <aider@aider.chat >
2026-04-24 11:36:37 -07:00
Claudia Pellegrino
c0ab75371b
fix: remove deprecated gpt-4-32k model from test
...
The model that this test uses is no longer available online. [1] [2]
Per the upstream commit, the only known suitable replacement is
gpt-4-0613, which the test already uses.
Hence, remove gpt-4-32k from the test without any replacement.
[1]: https://github.com/BerriAI/litellm/pull/20795
[2]: 15075ef9ec
2026-03-16 22:31:35 +01:00
Paul Gauthier
1e001bd73c
fix: Update model names in test_models.py
2026-02-11 08:29:48 -08:00
Paul Gauthier (aider)
6b2bcf651e
fix: Update expected model name for 'opus' alias test
2025-05-25 13:15:15 -07:00
Paul Gauthier (aider)
fea0ff189f
test: Update sonnet model alias test
2025-05-25 13:14:47 -07:00
Paul Gauthier (aider)
68c27f885f
style: Fix linting issues in test_models.py
2025-03-11 11:30:28 -07:00
Paul Gauthier (aider)
58cd190ca9
test: Add comprehensive tests for token parsing and thinking tokens methods
2025-03-11 11:30:23 -07:00
Paul Gauthier (aider)
14e37a82ab
fix: maintain backward compatibility for remove_reasoning field
2025-03-08 17:37:37 -08:00
Paul Gauthier (aider)
072ce87051
refactor: rename remove_reasoning to reasoning_tag in test files
2025-03-08 17:34:43 -08:00
Paul Gauthier (aider)
4858749a20
style: Apply linter fixes to test_models.py
2025-03-07 17:54:34 -08:00
Paul Gauthier (aider)
b53c0b982a
refactor: Move reasoning content removal tests to test_reasoning.py
2025-03-07 17:54:28 -08:00
Paul Gauthier
c6e02a620a
test: Add unit tests for model dependency checks and sanity checks
2025-03-05 17:11:15 -08:00
Paul Gauthier (aider)
90efaa41c2
test: Add tests for check_for_dependencies function
2025-03-05 17:07:43 -08:00
Paul Gauthier (aider)
2f79b4fde7
test: Update sonnet model name in test_models.py
2025-02-24 12:32:47 -08:00
Paul Gauthier
53ce96b48f
refactor: Remove redundant test case for request timeout in send_completion
2025-02-06 11:48:55 -08:00
Paul Gauthier (aider)
36ea166c20
test: add request_timeout tests for Model class
2025-02-06 11:47:57 -08:00
Paul Gauthier (aider)
f9fd4c71f1
fix: Add missing timeout parameter to test assertion
2025-02-06 11:47:08 -08:00
Paul Gauthier (aider)
44171417e3
fix: Update test assertions to include timeout parameter
2025-02-06 11:46:39 -08:00
Paul Gauthier (aider)
a9dd6e0f3d
style: Remove trailing whitespace in test_models.py
2025-02-06 09:33:30 -08:00
Paul Gauthier (aider)
3c9f4ee555
test: Add tests for use_temperature behavior in Model class
2025-02-06 09:33:23 -08:00
Paul Gauthier (aider)
51938affc2
style: Format test_models.py with linter
2025-02-06 08:36:38 -08:00
Paul Gauthier (aider)
856006a68d
test: add tests for remove_reasoning_content and simple_send_with_retries
2025-02-06 08:36:33 -08:00
Paul Gauthier (aider)
7db1613b1a
test: Add provider-prefixed deepseek model test cases
2025-02-06 08:25:59 -08:00
Paul Gauthier
3add686e9b
test: Remove gpt-4-turbo test case from test_models.py
2025-02-06 08:25:38 -08:00
Paul Gauthier (aider)
a9f0983f0f
test: add tests for configure_model_settings covering all cases
2025-02-06 08:23:34 -08:00
Paul Gauthier (aider)
3b16d6c291
fix: Update test_ollama_uses_existing_num_ctx to match actual call parameters
2025-02-06 08:22:19 -08:00
Paul Gauthier (aider)
85399bd6e2
style: Format code with linter in test_models.py
2025-02-06 08:21:48 -08:00
Paul Gauthier (aider)
aef2b95d41
fix: Reset MODEL_SETTINGS between tests to prevent parameter leakage
2025-02-06 08:21:42 -08:00
Paul Gauthier (aider)
11a233da84
fix: Update test assertions to match actual model completion call parameters
2025-02-06 08:20:38 -08:00
Paul Gauthier (aider)
016aa87e34
style: Format strings with double quotes in test_models.py
2025-02-06 08:19:25 -08:00
Paul Gauthier (aider)
9094af565f
test: add tests for Ollama model num_ctx handling
2025-02-06 08:19:19 -08:00
Paul Gauthier (aider)
e6b449f24d
test: add tests for get_repo_map_tokens method
2025-01-10 14:39:50 -08:00
Paul Gauthier
995541db2e
test: update GitHub Copilot model temperature test assertions
2024-12-05 07:04:17 -08:00
Paul Gauthier
9121026856
test: reorganize model test cases for better readability
2024-12-05 06:50:49 -08:00
Paul Gauthier (aider)
341419788e
fix: update test to use correct temperature attribute name
2024-12-05 06:47:58 -08:00
Paul Gauthier (aider)
f8f69fadc4
style: Remove trailing whitespace in test_models.py
2024-12-05 06:47:33 -08:00
Paul Gauthier (aider)
4830d82a73
test: add temperature validation for GitHub Copilot models
2024-12-05 06:47:28 -08:00
Paul Gauthier
16250e1b7c
fix: Update model name assertion in test case
2024-12-03 08:35:38 -08:00
Paul Gauthier
dd48b740f9
test: update Claude model name tests to use 3.5 version
2024-11-26 12:33:58 -08:00
Paul Gauthier (aider)
bf38371971
test: add test cases for model name aliases
2024-11-25 21:06:29 -08:00
Paul Gauthier (aider)
77e180171c
style: Break long comment into two lines for flake8 compliance
2024-11-19 14:48:22 -08:00
Paul Gauthier (aider)
1e8fc97ba4
style: Apply linter formatting to test_models.py
2024-11-19 14:48:11 -08:00
Paul Gauthier (aider)
a799851832
fix: Resolve temporary file permission issues in test_models.py
2024-11-19 14:48:06 -08:00
Paul Gauthier
cc18441435
refactor: Update model settings name from "aider/extra" to "aider/extra_params"
2024-11-19 12:15:11 -08:00
Paul Gauthier (aider)
aabbf5a72f
refactor: Remove unused import and add ANTHROPIC_BETA_HEADER import
2024-11-19 12:06:29 -08:00
Paul Gauthier (aider)
5ed44bb174
style: Format test_models.py with consistent whitespace and trailing commas
2024-11-19 12:06:19 -08:00
Paul Gauthier (aider)
92cf2cbd47
test: Implement TODOs in test_aider_extra_model_settings
2024-11-19 12:06:15 -08:00
Paul Gauthier
34aff6c786
test: Update model settings test to check extra parameters
2024-11-19 12:06:13 -08:00
Paul Gauthier (aider)
c1febce528
fix: Remove unused imports and add missing register_models import
2024-11-19 11:50:12 -08:00