summaryrefslogtreecommitdiffstats
path: root/g4f/requests/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
4 daysAdd --cookie-browsers argument to cliHeiner Lohaus1-1/+18
5 daysFix load model list i AirforceChat providerHeiner Lohaus1-1/+1
Add Microsoft Copilot provider Show image support in the model list of the gui
7 daysFix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus1-1/+61
* Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi
2024-05-05Add Ollama provider, Add vision support to OpenaiHeiner Lohaus1-1/+1
2024-03-15Move raise_for_status, Create FormData wrapperHeiner Lohaus1-32/+6
2024-03-15Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus1-1/+30
2024-03-14Add webview support to OpenaiChatHeiner Lohaus1-3/+6
2024-03-12Add count chars to gui, Add retry support to fix rate limit in BingHeiner Lohaus1-14/+12
2024-03-12Remove all not working provider (#1679)H Lohaus1-17/+58
Fix many providers Add selenium-wire to requierments
2024-02-23Add GeminiPro API providerHeiner Lohaus1-2/+9
Set min version for undetected-chromedriver Add api_key to the new client
2024-02-22Move some modules, create providers dirHeiner Lohaus1-4/+4
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
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