summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/selenium/Bard.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-08Add Gemini Provider with image upload and generationHeiner Lohaus1-0/+1
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-9/+3
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-4/+8
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-10Add create images to Bing (#1426)H Lohaus1-5/+8
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-01Add support for all modelsHeiner Lohaus1-2/+2
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
2023-12-06Add selenium to dockerfileHeiner Lohaus1-6/+10
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
2023-12-02Add get_session_from_browser as cloudflare bypassHeiner Lohaus1-1/+1
2023-11-20Add webdriver moduleHeiner Lohaus1-5/+6
2023-11-19Add Response Handler to OpenaiChatHeiner Lohaus1-26/+19
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
2023-11-17Improve providersHeiner Lohaus1-4/+3
2023-11-17Remove virtualdisplay and add headless modeHeiner Lohaus1-15/+5
2023-11-16Update Bard.pyH Lohaus1-12/+7
2023-11-16Fix Bard ProviderHeiner Lohaus1-71/+77
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-7/+7
Co-authored-by: Sourcery AI <>
2023-10-09 Add Proxy Support and Create Provider to ReadmeHeiner Lohaus1-8/+6
Add proxy support to many providers
2023-10-04Sort providers in new dirsHeiner Lohaus1-1/+1
2023-09-20Cache "snlm0e" in BardHeiner Lohaus1-8/+9
Improve error handling in ChatgptLogin Fix async example in readme
2023-09-17Revert "Fix type hint"Tekky1-1/+1
2023-09-16fix typo: provider -> ProviderMIDORIBIN1-1/+1
2023-09-03type hintsmsi-JunXiang1-1/+5
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable
2023-08-28Add async support for H2oHeiner Lohaus1-14/+11
Add format_prompt helper Fix create_completion in AsyncGeneratorProvider Move get_cookies from constructor to function Add ow HuggingChat implement Remove need auth form Liabots Add staic cache for access_token in OpenaiChat Add OpenAssistant provider Support stream and async in You Support async and add userId in Yqcloud Add log_time module
2023-08-27~ | code stylingabc1-3/+1
2023-08-25Add OpenaiChat and Hugchat ProviderHeiner Lohaus1-19/+3
Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function
2023-08-18Fix bard provider, add async supportHeiner Lohaus1-69/+67
2023-08-14refactor: refactor providerMIDORIBIN1-0/+110