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

XFEstudio/gpt4free

Update config.py

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

代码差异

1 个文件 +0 -2
Modified g4f/config.py +0 -2
@@ -3,10 +3,8 @@ from __future__ import annotations
3 3 import os
4 4 import sys
5 5 from pathlib import Path
6 from functools import lru_cache
7 6 from typing import Optional
8 7
9 @lru_cache(maxsize=1)
10 8 def get_config_dir() -> Path:
11 9 """Get platform-appropriate config directory."""
12 10 def get_fallback_config_dir() -> Path: