summaryrefslogtreecommitdiffstats
path: root/g4f/providers/helper.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-21Add image model listHeiner Lohaus1-2/+5
2024-04-10Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus1-1/+8
2024-03-12Add count chars to gui, Add retry support to fix rate limit in BingHeiner Lohaus1-5/+7
2024-03-12Remove all not working provider (#1679)H Lohaus1-16/+2
Fix many providers Add selenium-wire to requierments
2024-02-26Add default values for rdnsHeiner Lohaus1-2/+1
2024-02-26Improve filter_messages in guiHeiner Lohaus1-1/+5
Add rdns suport for proxies
2024-02-22Move some modules, create providers dirHeiner Lohaus1-1/+0
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-09Update provider and model list (#1568)H Lohaus1-95/+4
Move bing.create_images and cookies helper Disable some providers
2024-02-01Fix key error in set_cookiesHeiner Lohaus1-1/+1
2024-01-27Fix PerplexityLabs Provider, Improve bypass_cloudflare helperHeiner Lohaus1-4/+4
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-1/+7
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-41/+27
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-24Add get_connector helperHeiner Lohaus1-2/+13
2024-01-14Remove deprecation in get_event_loopHeiner Lohaus1-4/+10
2024-01-14Fix unittests (#1472)H Lohaus1-10/+4
* Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
2024-01-14Refactor code with AIHeiner Lohaus1-60/+83
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-01Add support for all modelsHeiner Lohaus1-3/+3
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api
2024-01-01Patch event loop on win, Check event loop closedHeiner Lohaus1-21/+17
2023-12-06Add selenium to dockerfileHeiner Lohaus1-2/+7
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
2023-11-20Add webdriver moduleHeiner Lohaus1-83/+1
2023-11-19Add Response Handler to OpenaiChatHeiner Lohaus1-0/+52
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
2023-11-18Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus1-8/+18
Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
2023-11-17Remove virtualdisplay and add headless modeHeiner Lohaus1-19/+3
2023-11-17Add Poe Provider, Update AItianhuSpace PorviderHeiner Lohaus1-5/+5
2023-11-16Update helper.pyH Lohaus1-8/+8
2023-11-16Update helper.pyH Lohaus1-0/+1
2023-11-16Update helper.pyH Lohaus1-1/+6
2023-11-16Fix Phind and PerplexityAi - GPT-4 ProvidersHeiner Lohaus1-8/+49
Fix MyShell Provider Refactor Provider __init__ Add ChatAnywhere Provider Update models list
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-12/+10
Co-authored-by: Sourcery AI <>
2023-10-22Debug logging supportHeiner Lohaus1-8/+11
Async browse access token
2023-10-22Improve get_cookies helperHeiner Lohaus1-9/+14
2023-10-21~ | g4f `v-0.1.7.2`abc1-12/+44
patch / unpatch providers
2023-10-10Some small fixesHeiner Lohaus1-2/+2
2023-10-07Improve code with aiHeiner Lohaus1-9/+16
2023-10-04Use custom user dirHeiner Lohaus1-18/+5
2023-10-03Add streaming in openai chatHeiner Lohaus1-1/+25
Fetch access token with chromedriver
2023-10-02Fix: There is no current event loop in threadHeiner Lohaus1-1/+5
2023-10-01Change event loop policy on windowsHeiner Lohaus1-2/+9
Support more versions from curl_cffi
2023-10-01Update HuggingChat to new apiHeiner Lohaus1-8/+2
Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-0/+54
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider