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

XFEstudio/gpt4free

Update OpenaiChat.py

e4399bc8
Ammar <ammar.alkotb@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/OpenaiChat.py +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