summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-19Fix missing websocket_request_id in OpenaiChatHeiner Lohaus1-1/+1
Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
2024-03-15Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus1-1/+1
2024-03-14Add webview support to OpenaiChatHeiner Lohaus1-48/+116
2024-03-09Add system message input to guiHeiner Lohaus1-43/+45
Improve OpenaiChat provider
2024-03-08Expire cache, Fix multiple websocket conversations in OpenaiChatHeiner Lohaus1-6/+11
Map system messages to user messages in GeminiPro
2024-02-28Update OpenaiChat.py0.2.2.5H Lohaus1-1/+1
2024-02-28Update OpenaiChat.pyH Lohaus1-1/+1
2024-02-28Add websocket support in OpenaiChatHeiner Lohaus1-95/+133
2024-02-27Update some providersHeiner Lohaus1-11/+22
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
2024-02-26Add support for message history and system message in OpenaiChatHeiner Lohaus1-45/+75
Add fetch access_token and fix cookie usage in OpenaiChat Fix save created access_token in cookies in OpenaiChat Add use_auth_header config in GeminiPro
2024-02-25Fix cookies is None bugHeiner Lohaus1-1/+1
2024-02-23Add GeminiPro API providerHeiner Lohaus1-32/+57
Set min version for undetected-chromedriver Add api_key to the new client
2024-02-21Update docs / readme, Improve Gemini authHeiner Lohaus1-16/+22
2024-02-14Add unitests for the clientHeiner Lohaus1-1/+1
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
2024-02-12Add new Client API with DocsHeiner Lohaus1-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.
2024-02-11Improve preview in image generation of GeminiHeiner Lohaus1-1/+3
Fix issue in Bing Image Decorator
2024-02-09Update Gemini.pyH Lohaus1-1/+0
2024-02-09Read cookies from config in GeminiHeiner Lohaus2-3/+5
Fixes for OpenaiChat Provider
2024-02-09Update OpenaiChat.pyH Lohaus1-1/+1
2024-02-09Update provider and model list (#1568)H Lohaus1-1/+1
Move bing.create_images and cookies helper Disable some providers
2024-02-09Fix OpenaiChat provider, Fix issue with curl_cffiHeiner Lohaus1-7/+18
2024-02-09Add example for Image Upload & GenerationHeiner Lohaus1-18/+21
2024-02-09Resolve images in Gemini ProviderHeiner Lohaus1-2/+39
2024-02-08Add Gemini Provider with image upload and generationHeiner Lohaus5-96/+184
2024-01-29Add aiohttp_socks to requirementsHeiner Lohaus1-16/+15
Fix preview for uploaded and generated images in gui Improve typing, readme
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus4-19/+12
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus2-24/+40
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-23Add ProviderModelMixin for model selectionHeiner Lohaus1-37/+29
2024-01-22Improve CreateImagesBingHeiner Lohaus2-72/+0
Sort providers by category
2024-01-14Fix unittestsHeiner Lohaus1-12/+40
2024-01-14Refactor code with AIHeiner Lohaus1-110/+229
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Fix process_image in BingHeiner Lohaus1-4/+1
Add ImageResponse to Bing Fix cursor styling in gui
2024-01-13Support upload image in guiHeiner Lohaus1-102/+242
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-5/+8
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-01Add support for all modelsHeiner Lohaus6-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
2024-01-01Add _puid cookie, save access_token in cookies in OpenaiChatHeiner Lohaus1-7/+19
2023-12-15HuggingChat: Strip leading whitespace from the first token in the streamnullstreak1-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.
2023-12-10Remove needs_auth, add proxy support in VoiGptHeiner Lohaus2-81/+1
2023-12-10Added a new provider voigpt.com (#1328)Meshwa4282-1/+81
* added the new VoiGpt provider * fixed the voigpt and moved it to needs_auth * added auth detail and doc to voiGpt provider
2023-12-06Add selenium to dockerfileHeiner Lohaus3-32/+27
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 Lohaus4-4/+4
2023-11-20Add webdriver moduleHeiner Lohaus7-144/+80
2023-11-19Add Response Handler to OpenaiChatHeiner Lohaus4-193/+311
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
2023-11-17Improve providersHeiner Lohaus4-84/+218
2023-11-17Remove virtualdisplay and add headless modeHeiner Lohaus2-30/+12
2023-11-17Add Poe Provider, Update AItianhuSpace PorviderHeiner Lohaus2-1/+131
2023-11-16Update Bard.pyH Lohaus1-12/+7
2023-11-16Fix Bard ProviderHeiner Lohaus1-71/+77
2023-11-15Update OpenaiChat.pyH Lohaus1-0/+1
2023-11-12Add auto_continue to OpenaiChatHeiner Lohaus1-45/+69
Update readme provider tables
2023-11-11Add py_arkose_generator in OpenaiChatHeiner Lohaus1-48/+12
2023-11-03Add exec_js helper defHeiner Lohaus1-21/+25
2023-11-03Fix NotImplementedError on WInHeiner Lohaus1-0/+10
2023-10-28Use asyncio subprocess in OpenaiChatHeiner Lohaus1-3/+10
2023-10-28Add arkose_token to OpenaiChatHeiner Lohaus1-3/+46
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow3-33/+31
Co-authored-by: Sourcery AI <>
2023-10-22Debug logging supportHeiner Lohaus1-20/+27
Async browse access token
2023-10-09 Add Proxy Support and Create Provider to ReadmeHeiner Lohaus6-38/+54
Add proxy support to many providers
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-1/+2
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-10-04Sort providers in new dirsHeiner Lohaus7-0/+565