mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
~ | Merge pull request #947 from yym68686/main
fixed bug: ImportError: cannot import name 'Request' from 'curl_cffi.…
This commit is contained in:
commit
a1b5d527f9
@ -7,7 +7,7 @@ from aiohttp import StreamReader
|
||||
from aiohttp.base_protocol import BaseProtocol
|
||||
|
||||
from curl_cffi.requests import AsyncSession as BaseSession
|
||||
from curl_cffi.requests.cookies import Request, Response
|
||||
from curl_cffi.requests import Request, Response
|
||||
|
||||
|
||||
class StreamResponse:
|
||||
|
Loading…
Reference in New Issue
Block a user