返回提交历史
Modified
g4f/Provider/needs_auth/OpenaiChat.py
+1
-1
XFEstudio/gpt4free
Update OpenaiChat.py
e4399bc8
代码差异
1 个文件
+1
-1
@@ -12,7 +12,7 @@ import uuid
12
12
from copy import copy
13
13
from typing import AsyncIterator, Iterator, Optional, Generator, Dict, Union, List, Any, AsyncGenerator, Set
14
14
15
from curl_cffi import AsyncSession
15
from ...requests.curl_cffi import AsyncSession
16
16
17
17
try:
18
18
import nodriver