We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5218d1 commit b0b5369Copy full SHA for b0b5369
src/pytgpt/providers.py
@@ -1,6 +1,5 @@
1
from pytgpt.phind import PHIND
2
from pytgpt.koboldai import KOBOLDAI
3
-from pytgpt.blackboxai import BLACKBOXAI
4
from pytgpt.ai4chat import AI4CHAT
5
from pytgpt.gpt4free import GPT4FREE
6
from pytgpt.auto import AUTO
@@ -9,7 +8,6 @@
9
8
tgpt_mapper: dict[str, object] = {
10
"phind": PHIND,
11
"koboldai": KOBOLDAI,
12
- "blackboxai": BLACKBOXAI,
13
"ai4chat": AI4CHAT,
14
"auto": AUTO,
15
"gpt4free": GPT4FREE,
0 commit comments