diff options
author | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
---|---|---|
committer | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
commit | 6f999d5151c39b614c2872f428e8f61bf3042ccc (patch) | |
tree | 60a3378a89f70bccd35cae14e6b236ccd4422f85 /g4f/Provider/base_provider.py | |
parent | refactor V50 and Raycast (diff) | |
parent | ~ | Merge pull request #812 (diff) | |
download | gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.gz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.bz2 gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.lz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.xz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.zst gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.zip |
Diffstat (limited to 'g4f/Provider/base_provider.py')
-rw-r--r-- | g4f/Provider/base_provider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/base_provider.py b/g4f/Provider/base_provider.py index 92636fda..98ad3514 100644 --- a/g4f/Provider/base_provider.py +++ b/g4f/Provider/base_provider.py @@ -30,4 +30,4 @@ class BaseProvider(ABC): ("stream", "bool"), ] param = ", ".join([": ".join(p) for p in params]) - return f"g4f.provider.{cls.__name__} supports: ({param})" + return f"g4f.provider.{cls.__name__} supports: ({param})"
\ No newline at end of file |