summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py
blob: 269fa17ec0ef0ecf8fee02907187d160e6614419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from . import Provider
from .Providers import (
    Ails,
    You,
    Bing,
    Yqcloud,
    Theb,
    Aichat,
    Bard,
    Vercel,
    Forefront,
    Lockchat,
    Liaobots,
    H2o,
    ChatgptLogin,
    DeepAi,
    GetGpt
)

Palm = Bard