diff options
author | madonchik123 <68397448+madonchik123@users.noreply.github.com> | 2023-12-01 23:11:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 23:11:52 +0100 |
commit | b0276f6c9e2925c65a00b7189bad92feb25cefbd (patch) | |
tree | 1909ac2fd081e2e8ad5b5dfa8ae46bd6fd58c579 /g4f/__init__.py | |
parent | ~ (diff) | |
download | gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar.gz gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar.bz2 gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar.lz gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar.xz gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.tar.zst gpt4free-b0276f6c9e2925c65a00b7189bad92feb25cefbd.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py index b96ebf9c..4c47fe7d 100644 --- a/g4f/__init__.py +++ b/g4f/__init__.py @@ -118,4 +118,4 @@ class Completion: return result if stream else ''.join(result) if version_check: - check_pypi_version() + check_pypi_version()
\ No newline at end of file |