fastapi / g4f /Provider /__init__.py
ka1kuk's picture
Create __init__.py
7e4a846
raw
history blame
No virus
120 Bytes
from . import Provider
from .Providers import (
ChatgptAi,
DeepAi,
H2o,
Phind,
ChatFree,
Ava
)