~ | v-0.1.4.2 pip install -U g4f

This commit is contained in:
abc
2023-10-01 04:36:25 +02:00
parent 83443ee912
commit 423485fda6
3 changed files with 3 additions and 3 deletions

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