diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-09-05 15:25:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 15:25:10 +0200 |
commit | 4323662008519396c598b4e14ab87923fadff923 (patch) | |
tree | 85ab7d042d3a77d3ca579e886b96d474fbfc6229 /g4f/models.py | |
parent | ~ | Merge pull request #872 (diff) | |
parent | type hints (diff) | |
download | gpt4free-4323662008519396c598b4e14ab87923fadff923.tar gpt4free-4323662008519396c598b4e14ab87923fadff923.tar.gz gpt4free-4323662008519396c598b4e14ab87923fadff923.tar.bz2 gpt4free-4323662008519396c598b4e14ab87923fadff923.tar.lz gpt4free-4323662008519396c598b4e14ab87923fadff923.tar.xz gpt4free-4323662008519396c598b4e14ab87923fadff923.tar.zst gpt4free-4323662008519396c598b4e14ab87923fadff923.zip |
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py index 7d94151b..0c5eb961 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -1,3 +1,4 @@ +from __future__ import annotations from dataclasses import dataclass from .Provider import Bard, BaseProvider, GetGpt, H2o, Liaobots, Vercel, Equing |