diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-04 22:04:31 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-04 22:04:31 +0200 |
commit | 0bd5730bcd5de82d77d90e256661e5d9626d8264 (patch) | |
tree | 3898be46e74d410774376d62f4a1c06e8eb323a2 /setup.py | |
parent | ~ | g4f v-0.1.4.7 `pip install -U g4f` (diff) | |
download | gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.gz gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.bz2 gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.lz gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.xz gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.zst gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.zip |
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ with open("requirements.txt") as f: with open("interference/requirements.txt") as f: api_required = f.read().splitlines() -VERSION = '0.1.4.7' +VERSION = '0.1.4.8' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |