diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:37:49 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:37:49 +0200 |
commit | 7e7ab3d066d5ac51831827933b97910e947a0b9a (patch) | |
tree | 7fe98b6e953d4b2c47c5aef0b577decd906ca8d6 /g4f/__init__.py | |
parent | ~ | Merge pull request #1068 from hlohaus/fre (diff) | |
download | gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar.gz gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar.bz2 gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar.lz gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar.xz gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.tar.zst gpt4free-7e7ab3d066d5ac51831827933b97910e947a0b9a.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 9132e463..ee3238d7 100644 --- a/g4f/__init__.py +++ b/g4f/__init__.py @@ -5,7 +5,7 @@ from .Provider import BaseProvider, RetryProvider from .typing import Messages, CreateResult, Union, List from .debug import logging -version = '0.1.6.3' +version = '0.1.6.4' version_check = True |