This commit is contained in:
abc 2023-09-23 11:23:07 +01:00
parent 4b9504dbcd
commit 76bd483c1b

View File

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