gpt4free/g4f/Provider/hf
hlohaus 93986d15f6 fix: resolve model duplication and improve provider handling
- Fixed duplicate model entries in Blackbox provider model_aliases
- Added meta-llama- to llama- name cleaning in Cloudflare provider
- Enhanced PollinationsAI provider with improved vision model detection
- Added reasoning support to PollinationsAI provider
- Fixed HuggingChat authentication to include headers and impersonate
- Removed unused max_inputs_length parameter from HuggingFaceAPI
- Renamed extra_data to extra_body for consistency across providers
- Added Puter provider with grouped model support
- Enhanced AnyProvider with grouped model display and better model organization
- Fixed model cleaning in AnyProvider to handle more model name variations
- Added api_key handling for HuggingFace providers in AnyProvider
- Added see_stream helper function to parse event streams
- Updated GUI server to handle JsonConversation properly
- Fixed aspect ratio handling in image generation functions
- Added ResponsesConfig and ClientResponse for new API endpoint
- Updated requirements to include markitdown
2025-05-16 00:18:12 +02:00
..
__init__.py feat: introduce AnyProvider & LM Arena, overhaul model/provider logic (#2925) 2025-04-18 14:10:51 +02:00
HuggingChat.py fix: resolve model duplication and improve provider handling 2025-05-16 00:18:12 +02:00
HuggingFaceAPI.py fix: resolve model duplication and improve provider handling 2025-05-16 00:18:12 +02:00
HuggingFaceInference.py fix: resolve model duplication and improve provider handling 2025-05-16 00:18:12 +02:00
HuggingFaceMedia.py fix: resolve model duplication and improve provider handling 2025-05-16 00:18:12 +02:00
models.py Add HuggingFaceMedia provider with Video Generation 2025-03-23 05:27:52 +01:00