XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Fix unittests

ab6303da
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/version.py +1 -1
@@ -101,7 +101,7 @@ class VersionUtils:
101 101 if git_version:
102 102 return git_version
103 103
104 raise VersionNotFoundError("Could not determine current g4f version.")
104 return None
105 105
106 106 @property
107 107 def latest_version(self) -> str: