From d7573a003934f1bc569ccb08602ab8203361669d Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Sat, 19 Oct 2024 13:21:19 +0300 Subject: Remove providers in the providers , --- g4f/Provider/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'g4f/Provider/__init__.py') diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index c794dd0b..8f36606b 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -5,11 +5,12 @@ from ..providers.retry_provider import RetryProvider, IterListProvider from ..providers.base_provider import AsyncProvider, AsyncGeneratorProvider from ..providers.create_images import CreateImagesProvider -from .deprecated import * -from .selenium import * -from .needs_auth import * +from .deprecated import * +from .selenium import * +from .needs_auth import * -from .nexra import * +from .gigachat import * +from .nexra import * from .Ai4Chat import Ai4Chat from .AI365VIP import AI365VIP @@ -46,7 +47,6 @@ from .FreeChatgpt import FreeChatgpt from .FreeGpt import FreeGpt from .FreeNetfly import FreeNetfly from .GeminiPro import GeminiPro -from .GigaChat import GigaChat from .GPROChat import GPROChat from .HuggingChat import HuggingChat from .HuggingFace import HuggingFace @@ -55,7 +55,7 @@ from .Liaobots import Liaobots from .Local import Local from .MagickPen import MagickPen from .MetaAI import MetaAI -#from .MetaAIAccount import MetaAIAccount +#from .MetaAIAccount import MetaAIAccount from .Ollama import Ollama from .PerplexityLabs import PerplexityLabs from .Pi import Pi -- cgit v1.2.3