gpt4free/g4f/Provider/needs_auth/hf
hlohaus 6052775fdf Refactor API base URL references across providers
- Changed `api_base` to `base_url` in multiple provider files for consistency.
- Updated method signatures and internal references to use `base_url` instead of `api_base`.
- Adjusted the `OpenaiTemplate` class to accommodate the new `base_url` parameter.
- Enhanced the `ClientFactory` to support custom provider creation with `base_url`.
- Modified API request handling in the backend to align with the new naming convention.
2025-12-25 22:09:20 +01:00
..
__init__.py feat: add EasyChat and GLM providers, update HuggingFace and SSE parsing 2025-08-08 01:19:32 +02:00
HuggingChat.py Refactor authentication cookie retrieval in HuggingChat; enhance header update logic in AppConfig and Backend_Api for improved flexibility 2025-12-23 23:18:49 +01:00
HuggingFaceAPI.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
HuggingFaceInference.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
HuggingFaceMedia.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
models.py Add model alias for Kimi-K2-Instruct and update best_provider references 2025-09-21 11:55:29 +02:00