This commit is contained in:
abc 2023-09-23 22:01:50 +01:00
parent eaa8f712ab
commit 21d27d9e62

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.3'
VERSION = '0.0.3.4'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)