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

XFEstudio/gpt4free

Update factory.py

ef257c90
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/client/factory.py +1 -1
@@ -107,7 +107,7 @@ class AbstractClientFactory:
107 107 if not cls._live_providers:
108 108 path = (
109 109 Path(get_cookies_dir())
110 / "models"
110 / ".models"
111 111 / datetime.today().strftime("%Y-%m-%d")
112 112 / f"providers.json"
113 113 )