返回提交历史
Modified
setup.py
+1
-1
XFEstudio/gpt4free
Update setup.py
afbd8822
代码差异
1 个文件
+1
-1
@@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
11
11
with open("requirements.txt") as f:
12
12
required = f.read().splitlines()
13
13
14
VERSION = "0.1.8.1"
14
VERSION = "0.1.7.9"
15
15
DESCRIPTION = (
16
16
"The official gpt4free repository | various collection of powerful language models"
17
17
)