summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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