gpt4free/g4f/requests
hlohaus 67231e8c40 refactor: remove cache parameter and update conversation handling
- Removed the `cache` parameter from the `PollinationsAI` class in `PollinationsAI.py`.
- Added a `parent_message_id` parameter to the `chat_completion` method call in the `DeepSeekAPI` class in `DeepSeekAPI.py`.
- Updated the handling of `conversation` in `DeepSeekAPI.py` to yield the `conversation` object at the end of the method.
- Set `conversation.parent_id` to `chunk['message_id']` when present in the response in `DeepSeekAPI.py`.
- Adjusted the method signatures in `aiohttp.py` to remove unnecessary type hints for `ClientSession` and `None`.
2025-06-12 16:43:14 +02:00
..
__init__.py fix: resolve model duplication and improve provider handling 2025-05-16 00:18:12 +02:00
aiohttp.py refactor: remove cache parameter and update conversation handling 2025-06-12 16:43:14 +02:00
curl_cffi.py Use dynamtic aspect_ratio for image and video size 2025-03-23 14:47:26 +01:00
defaults.py Improve TypeGPT, GizAI, Goabror and LambdaChat provider 2025-03-20 21:45:59 +01:00
raise_for_status.py feat: Refactor extra_body handling and update model error handling 2025-06-12 02:29:41 +02:00