From 89e096334dfb1049e8cb427a866739d934cd7ad8 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:36:48 +0100 Subject: Support reasoning tokens by default Add new default HuggingFace provider Add format_image_prompt and get_last_user_message helper Add stop_browser callable to get_nodriver function Fix content type response in images route --- g4f/Provider/needs_auth/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'g4f/Provider/needs_auth/__init__.py') diff --git a/g4f/Provider/needs_auth/__init__.py b/g4f/Provider/needs_auth/__init__.py index 691bc5be..e00e3b1f 100644 --- a/g4f/Provider/needs_auth/__init__.py +++ b/g4f/Provider/needs_auth/__init__.py @@ -13,9 +13,6 @@ from .GigaChat import GigaChat from .GithubCopilot import GithubCopilot from .GlhfChat import GlhfChat from .Groq import Groq -from .HuggingChat import HuggingChat -from .HuggingFace import HuggingFace -from .HuggingFaceAPI import HuggingFaceAPI from .MetaAI import MetaAI from .MetaAIAccount import MetaAIAccount from .MicrosoftDesigner import MicrosoftDesigner -- cgit v1.2.3