diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-27 19:14:45 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-27 19:14:45 +0100 |
commit | 8768a057534b91e463f428fb91f301325110415c (patch) | |
tree | ca4f378ce320a1dea4db8a547d66691231c88333 /g4f/Provider/nexra/__init__.py | |
parent | Update (g4f/Provider/Blackbox.py) (diff) | |
download | gpt4free-8768a057534b91e463f428fb91f301325110415c.tar gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.gz gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.bz2 gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.lz gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.xz gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.zst gpt4free-8768a057534b91e463f428fb91f301325110415c.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/nexra/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g4f/Provider/nexra/__init__.py b/g4f/Provider/nexra/__init__.py index 6121fdc0..bebc1fb6 100644 --- a/g4f/Provider/nexra/__init__.py +++ b/g4f/Provider/nexra/__init__.py @@ -1,9 +1,6 @@ from .NexraBing import NexraBing from .NexraBlackbox import NexraBlackbox from .NexraChatGPT import NexraChatGPT -from .NexraChatGPT4o import NexraChatGPT4o -from .NexraChatGptV2 import NexraChatGptV2 -from .NexraChatGptWeb import NexraChatGptWeb from .NexraDallE import NexraDallE from .NexraDallE2 import NexraDallE2 from .NexraEmi import NexraEmi |