mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
36 lines
447 B
Python
36 lines
447 B
Python
from . import Provider
|
|
from .Providers import (
|
|
Aichat,
|
|
Ails,
|
|
AiService,
|
|
Bard,
|
|
Better,
|
|
Bing,
|
|
ChatFree,
|
|
ChatgptAi,
|
|
ChatgptLogin,
|
|
DeepAi,
|
|
Easychat,
|
|
Ezcht,
|
|
Fakeopen,
|
|
Forefront,
|
|
GetGpt,
|
|
Gravityengine,
|
|
H2o,
|
|
Liaobots,
|
|
Lockchat,
|
|
Mishalsgpt,
|
|
Phind,
|
|
Theb,
|
|
Vercel,
|
|
Weuseing,
|
|
Wewordle,
|
|
Xiaor,
|
|
You,
|
|
Yqcloud,
|
|
Zeabur,
|
|
hteyun,
|
|
)
|
|
|
|
Palm = Bard
|