diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py index 40d21f2a..c675c280 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -1,6 +1,6 @@ from dataclasses import dataclass -from .provider import Bard, BaseProvider, GetGpt, H2o, Liaobots, Vercel +from .Provider import Bard, BaseProvider, GetGpt, H2o, Liaobots, Vercel @dataclass |