summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add GeminiPro API providerHeiner Lohaus2024-02-231-32/+57
| | | | | Set min version for undetected-chromedriver Add api_key to the new client
* Update docs / readme, Improve Gemini authHeiner Lohaus2024-02-211-16/+22
|
* Add unitests for the clientHeiner Lohaus2024-02-141-1/+1
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Add new Client API with DocsHeiner Lohaus2024-02-121-44/+41
| | | | | | | Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images.
* Improve preview in image generation of GeminiHeiner Lohaus2024-02-111-1/+3
| | | | Fix issue in Bing Image Decorator
* Update Gemini.pyH Lohaus2024-02-091-1/+0
|
* Read cookies from config in GeminiHeiner Lohaus2024-02-092-3/+5
| | | | Fixes for OpenaiChat Provider
* Update OpenaiChat.pyH Lohaus2024-02-091-1/+1
|
* Update provider and model list (#1568)H Lohaus2024-02-091-1/+1
| | | | Move bing.create_images and cookies helper Disable some providers
* Fix OpenaiChat provider, Fix issue with curl_cffiHeiner Lohaus2024-02-091-7/+18
|
* Add example for Image Upload & GenerationHeiner Lohaus2024-02-091-18/+21
|
* Resolve images in Gemini ProviderHeiner Lohaus2024-02-091-2/+39
|
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-085-96/+184
|
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-16/+15
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-264-19/+12
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-262-24/+40
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add ProviderModelMixin for model selectionHeiner Lohaus2024-01-231-37/+29
|
* Improve CreateImagesBingHeiner Lohaus2024-01-222-72/+0
| | | | Sort providers by category
* Fix unittestsHeiner Lohaus2024-01-141-12/+40
|
* Refactor code with AIHeiner Lohaus2024-01-141-110/+229
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Fix process_image in BingHeiner Lohaus2024-01-131-4/+1
| | | | | Add ImageResponse to Bing Fix cursor styling in gui
* Support upload image in guiHeiner Lohaus2024-01-131-102/+242
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Add create images to Bing (#1426)H Lohaus2024-01-101-5/+8
| | | | | Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
* Add support for all modelsHeiner Lohaus2024-01-016-11/+17
| | | | | | | | | 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
* Add _puid cookie, save access_token in cookies in OpenaiChatHeiner Lohaus2024-01-011-7/+19
|
* HuggingChat: Strip leading whitespace from the first token in the streamnullstreak2023-12-151-2/+7
| | | For some reason first token from the stream on HuggingChat always starts with a whitespace. This commit strips the leading whitespace from the first token in the stream to fix this issue.
* Remove needs_auth, add proxy support in VoiGptHeiner Lohaus2023-12-102-81/+1
|
* Added a new provider voigpt.com (#1328)Meshwa4282023-12-102-1/+81
| | | | | | | * added the new VoiGpt provider * fixed the voigpt and moved it to needs_auth * added auth detail and doc to voiGpt provider
* Add selenium to dockerfileHeiner Lohaus2023-12-063-32/+27
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Add get_session_from_browser as cloudflare bypassHeiner Lohaus2023-12-024-4/+4
|
* Add webdriver moduleHeiner Lohaus2023-11-207-144/+80
|
* Add Response Handler to OpenaiChatHeiner Lohaus2023-11-194-193/+311
| | | | | | Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
* Improve providersHeiner Lohaus2023-11-174-84/+218
|
* Remove virtualdisplay and add headless modeHeiner Lohaus2023-11-172-30/+12
|
* Add Poe Provider, Update AItianhuSpace PorviderHeiner Lohaus2023-11-172-1/+131
|
* Update Bard.pyH Lohaus2023-11-161-12/+7
|
* Fix Bard ProviderHeiner Lohaus2023-11-161-71/+77
|
* Update OpenaiChat.pyH Lohaus2023-11-151-0/+1
|
* Add auto_continue to OpenaiChatHeiner Lohaus2023-11-121-45/+69
| | | | Update readme provider tables
* Add py_arkose_generator in OpenaiChatHeiner Lohaus2023-11-111-48/+12
|
* Add exec_js helper defHeiner Lohaus2023-11-031-21/+25
|
* Fix NotImplementedError on WInHeiner Lohaus2023-11-031-0/+10
|
* Use asyncio subprocess in OpenaiChatHeiner Lohaus2023-10-281-3/+10
|
* Add arkose_token to OpenaiChatHeiner Lohaus2023-10-281-3/+46
|
* 'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow2023-10-233-33/+31
| | | Co-authored-by: Sourcery AI <>
* Debug logging supportHeiner Lohaus2023-10-221-20/+27
| | | | Async browse access token
* Add Proxy Support and Create Provider to ReadmeHeiner Lohaus2023-10-096-38/+54
| | | | Add proxy support to many providers
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-1/+2
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* Sort providers in new dirsHeiner Lohaus2023-10-047-0/+565