mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
- Added `assertEqualReasoning` method to `TestThinkingProcessor` for comparing `Reasoning` instances - Replaced `assertEqual` calls with `assertEqualReasoning` in: - `test_thinking_chunk` - `test_thinking_end` - `test_thinking_start_and_end` - `test_ongoing_thinking` - `test_chunk_with_text_after_think` (except index 0) - Ensured comparison logic handles both `Reasoning` and non-`Reasoning` cases |
||
|---|---|---|
| .. | ||
| __main__.py | ||
| asyncio.py | ||
| backend.py | ||
| client.py | ||
| image_client.py | ||
| include.py | ||
| integration.py | ||
| main.py | ||
| mocks.py | ||
| model.py | ||
| models.py | ||
| retry_provider.py | ||
| thinking.py | ||
| web_search.py | ||