返回提交历史
Modified
g4f/__init__.py
+2
-0
XFEstudio/gpt4free
Check_pypi_version now returns value
abbf2927
代码差异
1 个文件
+2
-0
@@ -15,6 +15,8 @@ def check_pypi_version() -> None:
15
15
16
16
if version != latest_version:
17
17
print(f'New pypi version: {latest_version} (current: {version}) | pip install -U g4f')
18
return False
19
return True
18
20
19
21
except Exception as e:
20
22
print(f'Failed to check g4f pypi version: {e}')