mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-17 09:25:50 +00:00
21 lines
242 B
Python
21 lines
242 B
Python
from . import Provider
|
|
from .Providers import (
|
|
Ails,
|
|
You,
|
|
Bing,
|
|
Yqcloud,
|
|
Theb,
|
|
Aichat,
|
|
Bard,
|
|
Vercel,
|
|
Forefront,
|
|
Lockchat,
|
|
Liaobots,
|
|
H2o,
|
|
ChatgptLogin,
|
|
DeepAi,
|
|
GetGpt
|
|
)
|
|
|
|
Palm = Bard
|