diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-06 03:10:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 03:10:36 +0200 |
commit | 9d23ada968d7732317c8d851ba0c5f1295706f4c (patch) | |
tree | 60beaccf6b583663d75f9381cfc0395e4b1d3be6 /g4f/Provider/base_provider.py | |
parent | Merge pull request #1789 from hlohaus/free (diff) | |
parent | Fix unittests (diff) | |
download | gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.gz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.bz2 gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.lz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.xz gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.tar.zst gpt4free-9d23ada968d7732317c8d851ba0c5f1295706f4c.zip |
Diffstat (limited to 'g4f/Provider/base_provider.py')
-rw-r--r-- | g4f/Provider/base_provider.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/base_provider.py b/g4f/Provider/base_provider.py index 8e761dba..4c0157f3 100644 --- a/g4f/Provider/base_provider.py +++ b/g4f/Provider/base_provider.py @@ -1,2 +1,3 @@ from ..providers.base_provider import * +from ..providers.types import FinishReason from .helper import get_cookies, format_prompt
\ No newline at end of file |