gpt4free/g4f/gui
hlohaus 3775c1e06d fix: improve error handling and add type checks in various providers and API
- Updated error handling in g4f/Provider/DDG.py to raise ResponseError instead of yield error strings
- Replaced yield statements with raises in g4f/Provider/DDG.py for HTTP and response errors
- Added response raising in g4f/Provider/DeepInfraChat.py for image upload responses
- Included model alias validation and error raising in g4f/Provider/hf/HuggingFaceMedia.py
- Corrected model alias dictionary key in g4f/Provider/hf_space/StabilityAI_SD35Large.py
- Ensured referrer parameter default value in g4f/Provider/PollinationsImage.py
- Removed duplicate imports and adjusted get_models method in g4f/Provider/har/__init__.py
- Modified g4f/gui/server/api.py to remove unused conversation parameter in _create_response_stream
- Fixed logic to handle single exception in g4f/providers/retry_provider.py
- Added missing import of JsonConversation in g4f/providers/retry_provider.py
- Corrected stream_read_files to replace extension in return string in g4f/tools/files.py
2025-05-17 10:02:13 +02:00
..
server fix: improve error handling and add type checks in various providers and API 2025-05-17 10:02:13 +02:00
__init__.py Support reasoning tokens by default 2025-01-31 17:36:48 +01:00
gui_parser.py Add ignored-providers argument to gui 2025-01-03 03:03:15 +01:00
run.py Add ignored-providers argument to gui 2025-01-03 03:03:15 +01:00
webview.py Readd JsApi for Webview UI 2025-01-15 19:05:39 +01:00