返回提交历史
Modified
setup.py
+1
-1
XFEstudio/gpt4free
~ | g4f v-0.0.3.1
029a799d
代码差异
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.3.0'
17
VERSION = '0.0.3.1'
18
18
DESCRIPTION = (
19
19
"The official gpt4free repository | various collection of powerful language models"
20
20
)