summaryrefslogtreecommitdiffstats
path: root/g4f/requests.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-29Add aiohttp_socks to requirementsHeiner Lohaus1-16/+8
Fix preview for uploaded and generated images in gui Improve typing, readme
2024-01-27Fix PerplexityLabs Provider, Improve bypass_cloudflare helperHeiner Lohaus1-121/+22
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-72/+118
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-14Refactor code with AIHeiner Lohaus1-6/+42
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Support upload image in guiHeiner Lohaus1-14/+17
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-10Add create images to Bing (#1426)H Lohaus1-3/+2
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2023-12-07Add websearch to gui (#1314)H Lohaus1-26/+2
* Add websearch to gui * Fix version_check config * Add version badge in README.md * Show version in gui * Add docker hub build * Fix gui backend, improve style
2023-12-02Add get_session_from_browser as cloudflare bypassHeiner Lohaus1-3/+53
2023-11-19Add Response Handler to OpenaiChatHeiner Lohaus1-144/+19
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-4/+1
Co-authored-by: Sourcery AI <>
2023-10-07Improve code with aiHeiner Lohaus1-13/+16
2023-10-07Improve code by AIHeiner Lohaus1-41/+40
2023-10-02Add Phind ProviderHeiner Lohaus1-4/+17
Add release_curl in url_cffi requets Support create image response in Bing
2023-10-02~ | g4f v-0.1.4.4abc1-1/+2
release_curl bug
2023-10-02~ | quick fixabc1-1/+2
2023-10-02+Curl +Async +Stream RequestsHeiner Lohaus1-41/+80
Update Model List
2023-10-01Change event loop policy on windowsHeiner Lohaus1-10/+21
Support more versions from curl_cffi
2023-10-01Disable Wewordle ProviderHeiner Lohaus1-3/+7
Update Ylokh Provider Improve StreamRequest
2023-10-01Update HuggingChat to new apiHeiner Lohaus1-9/+23
Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
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