diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-13 18:58:52 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-13 18:58:52 +0100 |
commit | 2f64bc99efed1c7ea44e116ab7db12d5f75412a1 (patch) | |
tree | 331ec9190971b8f33521f1bcf9adebc088510f70 /g4f/Provider/__init__.py | |
parent | Add Berlin and Koala Provider (diff) | |
download | gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.gz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.bz2 gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.lz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.xz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.zst gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index a72db45c..70ad9de7 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -1,9 +1,6 @@ from __future__ import annotations -from .Acytoo import Acytoo from .AiAsk import AiAsk -from .Aibn import Aibn from .Aichat import Aichat -from .Ails import Ails from .AItianhu import AItianhu from .AItianhuSpace import AItianhuSpace from .Berlin import Berlin @@ -13,11 +10,9 @@ from .ChatForAi import ChatForAi from .Chatgpt4Online import Chatgpt4Online from .ChatgptAi import ChatgptAi from .ChatgptDemo import ChatgptDemo -from .ChatgptDuo import ChatgptDuo from .ChatgptFree import ChatgptFree from .ChatgptLogin import ChatgptLogin from .ChatgptX import ChatgptX -from .Cromicle import Cromicle from .DeepInfra import DeepInfra from .FakeGpt import FakeGpt from .FreeGpt import FreeGpt |