返回提交历史
Modified
g4f/__init__.py
+1
-0
XFEstudio/gpt4free
implement direct import of `Client` without using `g4f.client`
0f52104e
代码差异
1 个文件
+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