gpt4free/etc
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
..
examples Set default model in HuggingFaceMedia 2025-03-26 01:32:05 +01:00
testing refactor(test): simplify model test cases to core options 2024-09-06 17:43:42 +03:00
tool Disable update packages 2025-06-15 07:42:24 +02:00
unittest fix: Update reasoning statuses in ThinkingProcessor tests 2025-06-19 00:48:57 +02:00