gpt4free/etc/unittest
hlohaus f5bd41c598 fix: Update reasoning statuses in ThinkingProcessor tests
- Modified `TestThinkingProcessor` unit tests in `thinking.py` to update expected results for reasoning statuses:
  - Changed `"Finished"` status to `""` in `test_thinking_end`, `test_thinking_start_and_end`, and `test_chunk_with_text_after_think`.

feat: Add model aliases to HuggingFaceMedia provider

- Imported `model_aliases` from `.models` in `HuggingFaceMedia.py`.
- Added `model_aliases` attribute to `HuggingFaceMedia` provider class.

feat: Add timeout argument to CLI API parser

- Introduced `--timeout` argument in `get_api_parser()` in `cli.py` with default value of `600` seconds.
- Passed `timeout` argument to `run_api_args()` function.
```
2025-06-19 00:48:57 +02:00
..
__main__.py Improve TypeGPT, GizAI, Goabror and LambdaChat provider 2025-03-20 21:45:59 +01:00
asyncio.py Update asyncio.py 2024-11-16 13:00:02 +01:00
backend.py Fix unittests 2025-01-02 03:19:39 +01:00
client.py feat: introduce AnyProvider & LM Arena, overhaul model/provider logic (#2925) 2025-04-18 14:10:51 +02:00
image_client.py IterListProvider support for generating images (#2441) 2024-11-29 13:56:11 +01:00
include.py Move some modules, create providers dir 2024-02-22 00:16:58 +01:00
integration.py Update unittests 2024-11-18 18:23:16 +01:00
main.py Improve tools support in OpenaiTemplate and GeminiPro 2025-02-21 04:36:54 +01:00
mocks.py Fix include in mocks.py 2025-02-03 21:24:37 +01:00
model.py Remove webview js api, Add unittest for provider has model, Use cooki… (#2470) 2024-12-08 20:39:40 +01:00
models.py Fix unittests 2025-05-17 11:08:52 +02:00
retry_provider.py Fix api with default providers, add unittests for RetryProvider 2024-11-28 17:46:46 +01:00
thinking.py fix: Update reasoning statuses in ThinkingProcessor tests 2025-06-19 00:48:57 +02:00
web_search.py Add Path and PathLike support when uploading images (#2514) 2024-12-28 16:50:08 +01:00