~ | g4f v-0.1.5.3 [version fix]

This commit is contained in:
abc 2023-10-06 22:48:36 +01:00
parent bb596cace7
commit d13ea5d2e3

View File

@ -14,7 +14,7 @@ with open("requirements.txt") as f:
with open("etc/interference/requirements.txt") as f: with open("etc/interference/requirements.txt") as f:
api_required = f.read().splitlines() api_required = f.read().splitlines()
VERSION = '0.1.5.3' VERSION = '0.1.5.4'
DESCRIPTION = ( DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models" "The official gpt4free repository | various collection of powerful language models"
) )