返回提交历史
Modified
setup.py
+1
-1
XFEstudio/gpt4free
~ | 0.0.2.8
a392f4df
代码差异
1 个文件
+1
-1
@@ -14,7 +14,7 @@ with open("requirements.txt") as f:
14
14
with open("interference/requirements.txt") as f:
15
15
api_required = f.read().splitlines()
16
16
17
VERSION = '0.0.2.7'
17
VERSION = '0.0.2.8'
18
18
DESCRIPTION = (
19
19
"The official gpt4free repository | various collection of powerful language models"
20
20
)