diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-06 23:48:36 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-06 23:48:36 +0200 |
commit | d13ea5d2e37ed7d49b201d5bba7bb9299161874c (patch) | |
tree | ee1642e25a8e13b3f0db17afed71c36bcd068866 | |
parent | Merge branch 'main' of https://github.com/xtekky/gpt4free (diff) | |
download | gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar.gz gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar.bz2 gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar.lz gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar.xz gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.tar.zst gpt4free-d13ea5d2e37ed7d49b201d5bba7bb9299161874c.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("etc/interference/requirements.txt") as f: api_required = f.read().splitlines() -VERSION = '0.1.5.3' +VERSION = '0.1.5.4' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |