summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth (unfollow)
Commit message (Collapse)AuthorFilesLines
2 daysAdd full nodriver support to OpenaiChatHeiner Lohaus1-55/+73
Move small docker images before old images
3 daysUpdate docker tags in workfloe for slim images,Heiner Lohaus1-162/+73
Update read har file in OpenaiChat provider Remove webdriver in OpenaiChat provider Add supported_encodings and supported_encodings in OpenaiChat
3 daysAdd nodriver to Gemini provider,Heiner Lohaus6-79/+40
Add slim docker image with google-chrome usage, Add the new docker images to publish worklow, Update requirements.txt and pip requirements
4 daysFix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus1-1/+1
* Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi
5 daysminor improvements for release0.3.3.4Tekky4-0/+11
7 daysUpdate (g4f/Provider/needs_auth/GeminiPro.py)kqlio671-1/+5
11 daysUpdate (g4f/Provider/)kqlio676-11/+11
14 daysUpdate (g4f/Provider/)kqlio675-14/+237
14 daysUpdate (g4f/models.py g4f/Provider/ docs/providers-and-models.md)kqlio6710-33/+667
2024-11-06Update (g4f/Provider/DeepInfra.py g4f/Provider/__init__.py g4f/Provider/needs_auth/)kqlio672-0/+59
2024-10-21update Groq's available modelsnikmosi1-2/+21
2024-09-24Resolved merge conflictskqlio676-10/+12
2024-07-27Update g4f/models.py g4f/Provider/needs_auth/OpenaiChat.pykqlio671-4/+1
2024-07-25Comprehensive Update: New Providers, Model Enhancements, and Functionality Improvementskqlio672-2/+3
2024-07-05ChatGPT Reverse Engineering Update: Adapting to Arkose Detection ChangesKoukunn_1-1/+6
2024-05-21Add streaming and conversation support to geminiHeiner Lohaus1-39/+76
2024-05-20Add some options to messages in gui, saves generated images localHeiner Lohaus1-7/+2
2024-05-19Update model list / providersHeiner Lohaus1-1/+2
2024-05-18Add get/set cookies dir, hide prompt option in guiHeiner Lohaus1-56/+21
2024-05-18Fix OpenaiChat provider, improve proofofworkHeiner Lohaus1-33/+48
2024-05-18Improve Liabots provider, Add image api supportHeiner Lohaus2-23/+25
2024-05-15Add needs auth to provierds, Add PerplexityApi providerHeiner Lohaus4-7/+45
Add proxy support to nodriver
2024-05-15Update chatgpt url, uvloop supportHeiner Lohaus2-14/+26
2024-05-09Update Gemini.pyHyiKi1-1/+1
fix issue #1932
2024-05-05Add Ollama provider, Add vision support to OpenaiHeiner Lohaus1-4/+17
2024-04-28Add proofofwork to OpenaiChatHeiner Lohaus1-9/+44
2024-04-23Fix issue with You.com and nodriverHeiner Lohaus1-1/+1
Show global model list when unselect provider
2024-04-22Add vision models to readmeHeiner Lohaus3-27/+62
2024-04-21Add Replicate ProviderHeiner Lohaus1-7/+8
Fix Bug in OpenaiChat and MetaAI Add read cookie and .har files Use factory for api app
2024-04-21Add image model listHeiner Lohaus3-15/+19
2024-04-21Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus1-15/+8
Use default headers in OpenaiChat
2024-04-20Add MetaAI Provider and some small improvmentsHeiner Lohaus2-2/+1
2024-04-19Fix image generation in OpenaiChatHeiner Lohaus1-0/+2
2024-04-18Add Ecosia Provider, Add OpenaiAccount aliasHeiner Lohaus5-16/+35
Use AsyncClient in API, add web_search parameter in API Improve error messages in Openai
2024-04-17Fix DuckDuckGo Provider issuesHeiner Lohaus1-0/+5
Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider
2024-04-15some more logging0.2.9.9abc1-0/+5
2024-04-13Add model alias for gpt-4-turbo-preview in OpenaiChat Providerochen11-2/+2
2024-04-13add more modelsabc1-0/+1
mixtral 8x22b
2024-04-12update retryproviderabc1-0/+3
now works with one provider.
2024-04-12Add labels to provider listHeiner Lohaus6-0/+6
2024-04-10Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus4-12/+37
2024-04-07Add nodriver to OpenaiChatHeiner Lohaus1-0/+38
2024-04-07Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus5-161/+84
2024-04-07Update Gemini.pyH Lohaus1-4/+7
2024-04-06Add Groq and Openai interfaces, Add integration testsHeiner Lohaus3-1/+100
2024-04-05Add authless OpenaiChatHeiner Lohaus1-29/+56
2024-04-05Fix Gemini Proxy Connect call failed (#1768)HyiKi1-95/+100
Gemini. py file adds get_connector to support proxy --------- Co-authored-by: HyiKi <dango.little@gmail.com>
2024-03-28Fix history support for OpenaiChatHeiner Lohaus1-6/+5
2024-03-27Fix attr conversation_id not foundHeiner Lohaus1-2/+2
2024-03-26Fix load .har files, add hardir to docker, add docsHeiner Lohaus1-1/+1
2024-03-26No arkose token and .har filesHeiner Lohaus1-28/+20
2024-03-25Add .har file support for OpenaiChatHeiner Lohaus1-60/+12
Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui
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