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

XFEstudio/gpt4free

implement direct import of `Client` without using `g4f.client`

0f52104e
Tekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/__init__.py +1 -0
@@ -4,6 +4,7 @@ import os
4 4
5 5 from . import debug, version
6 6 from .models import Model
7 from .client import Client, AsyncClient
7 8 from .typing import Messages, CreateResult, AsyncResult, Union
8 9 from .errors import StreamNotSupportedError, ModelNotAllowedError
9 10 from .cookies import get_cookies, set_cookies