summaryrefslogtreecommitdiffstats
path: root/g4f/requests.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-27~ | g4f v-0.1.3.9abc1-2/+2
2023-09-26fixed bug: ImportError: cannot import name 'Request' from 'curl_cffi.requests.cookies' (/Users/yanyuming/opt/anaconda3/envs/chatgpt/lib/python3.11/site-packages/curl_cffi/requests/cookies.py)yym686861-1/+1
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-11/+29
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
2023-09-26"create_async" support for BaseProvider,Heiner Lohaus1-0/+78
by using ThreadPoolExecutor Default Model for Vercel