summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-13GigaChat models addvlad1-0/+1
2024-03-12Remove all not working provider (#1679)H Lohaus1-45/+25
Fix many providers Add selenium-wire to requierments
2024-03-11Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus1-0/+1
Add more models and image generation in You provider Use You as second default image provider
2024-03-08Enable Liaobots, disable Phind providerHeiner Lohaus1-1/+0
2024-02-27Update some providersHeiner Lohaus1-1/+1
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
2024-02-24Add FlowGpt provider, Fix issue with None values in apiHeiner Lohaus1-0/+1
2024-02-23Add GeminiPro API providerHeiner Lohaus1-0/+1
Set min version for undetected-chromedriver Add api_key to the new client
2024-02-22Move some modules, create providers dirHeiner Lohaus1-6/+6
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-12Add new Client API with DocsHeiner Lohaus1-1/+1
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-09Update provider and model list (#1568)H Lohaus1-0/+2
Move bing.create_images and cookies helper Disable some providers
2024-02-08Add Gemini Provider with image upload and generationHeiner Lohaus1-1/+1
2024-01-23Add PerplexityLabs ProviderHeiner Lohaus1-2/+3
2024-01-22Improve CreateImagesBingHeiner Lohaus1-8/+1
Sort providers by category
2024-01-10Add create images to Bing (#1426)H Lohaus1-0/+2
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-02Add GeminiProChat Provider (#1419)H Lohaus1-1/+2
* Add GeminiProChat Provider
2024-01-02New Provider 'Bestim' (#1416)4sh1-0/+1
* Add new provider Bestim
2024-01-01Add support for all modelsHeiner Lohaus1-9/+11
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-27Added new Provider Chatxyz (#1393)Debaditya Banerji1-0/+1
* Added fucntionality for Provider * Added Provider in init * System message if present must be the first object in message array
2023-12-25Add Gpt6 ProviderHeiner Lohaus1-0/+1
2023-12-23Added OpenChat's Aura Model as a new Provider (#1371)Debaditya Banerji1-1/+1
* Added File for new Provider: Aura * Added Aura Provider in init
2023-12-16Fix remove NoowAi, Fix download dir in dockerHeiner Lohaus1-1/+0
2023-12-14Remove VoiGptH Lohaus1-1/+0
2023-12-10Remove needs_auth, add proxy support in VoiGptHeiner Lohaus1-0/+1
2023-12-01Update pi providerHeiner Lohaus1-3/+3
2023-12-01Added new provider PI (Hacky way to use) (#1291)madonchik1231-1/+2
* Added new provider PI (Hacky way to use) * Updated models endpoint made it show real info about the model.py * Added cloudscraper to the requirements * Fixed some bugs aka made streaming also return role
2023-11-22Add GptTalkRu ProviderHeiner Lohaus1-0/+1
2023-11-22Fix Phind and GptGo ProviderHeiner Lohaus1-6/+7
2023-11-18Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus1-0/+5
Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
2023-11-16Fix Phind and PerplexityAi - GPT-4 ProvidersHeiner Lohaus1-146/+22
Fix MyShell Provider Refactor Provider __init__ Add ChatAnywhere Provider Update models list
2023-11-13Fix Chatgpt4Online ProviderHeiner Lohaus1-5/+0
2023-11-12Add Berlin and Koala ProviderHeiner Lohaus1-0/+6
2023-10-27Update config supports_message_historyHeiner Lohaus1-2/+2
2023-10-26Add Llama2 Providers / ModelsHeiner Lohaus1-0/+3
2023-10-22Fix increase timeoutHeiner Lohaus1-0/+3
Add Hashnode Provider Fix Yqcloud Provider
2023-10-22Fix MyShell ProviderHeiner Lohaus1-1/+3
2023-10-22Add FakeGpt ProviderHeiner Lohaus1-0/+3
Update providers in models
2023-10-16~ | add `g4f.Provider.GeekGpt`abc1-1/+4
2023-10-15Add Llama2 and NoowAi ProviderHeiner Lohaus1-1/+6
2023-10-14~abc1-2/+7
fix chatbase (bad) and remove from auto selection
2023-10-14Fix Opchatgpts and ChatForAi ProviderHeiner Lohaus1-2/+2
Deprecate Vitalentum and Aivvm Provider
2023-10-12Deprecate ChatForAiHeiner Lohaus1-1/+0
2023-10-12Add ChatgptLogin, ChatgptFree and GptChatly ProviderHeiner Lohaus1-1/+8
2023-10-10~ | remove DeepAiabc1-3/+0
2023-10-10~abc1-0/+62
Conversion from str Provider to g4f.Provider
2023-10-08Add Cromicle to provider listHeiner Lohaus1-0/+2
2023-10-07~ | `v-0.1.5.5`abc1-0/+2
Aiivm working again
2023-10-07Remove Aivvm from working providersHeiner Lohaus1-1/+0
2023-10-07Add GptGod ProviderHeiner Lohaus1-1/+2
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
2023-10-07Add GPTalk and GptForLove ProviderHeiner Lohaus1-0/+4
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-26/+35
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-10-04Sort providers in new dirsHeiner Lohaus1-20/+2
2023-10-02Add Phind ProviderHeiner Lohaus1-0/+2
Add release_curl in url_cffi requets Support create image response in Bing
2023-10-01Update HuggingChat to new apiHeiner Lohaus1-0/+4
Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-0/+4
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
2023-09-26"create_async" support for BaseProvider,Heiner Lohaus1-0/+2
by using ThreadPoolExecutor Default Model for Vercel
2023-09-25Add Myshell ProviderHeiner Lohaus1-0/+2
Remove auto proxy prefix
2023-09-21Add RetryProviderHeiner Lohaus1-1/+5
2023-09-20Fix create_event_loop functionHeiner Lohaus1-0/+2
Add PerplexityAi Provider
2023-09-18Add GptGo Provider, Fix AItianhu ProviderHeiner Lohaus1-0/+2
2023-09-12Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus1-0/+6
2023-09-10Add ChatBase ProviderHeiner Lohaus1-0/+2
2023-09-09Add CodeLinkAva Provider, Improve test_async.pyHeiner Lohaus1-0/+2
2023-09-03type hintsmsi-JunXiang1-0/+1
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-09-01Set working=True in Liaobots, Fix bing provider, Update readmeHeiner Lohaus1-1/+1
2023-08-28Add async support for H2oHeiner Lohaus1-2/+4
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-61/+62
2023-08-25Add OpenaiChat and Hugchat ProviderHeiner Lohaus1-0/+4
Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function
2023-08-17add providerBagus Indrayana1-1/+3
2023-08-17 ~ | major refractoring + new providers | v0.0.2.0abc1-0/+4
g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613
2023-08-17add v50Bagus Indrayana1-0/+1
2023-08-14refactor: refactor providerMIDORIBIN1-29/+52
2023-08-09Add Raycast Providerye42411-0/+1
2023-08-01Update __init__.pykggn1-1/+1
2023-08-01Update __init__.pykggn1-0/+1
2023-07-16minor fixesabc1-1/+1
2023-07-16minor fixesabc1-1/+2
ails, chatgptai ...
2023-07-12refactor/move provider from testing folderBagus Indrayana1-0/+3
2023-07-05some more providersnajam-tariq1-1/+5
2023-06-24gpt4free v2, first releasev2t.me/xtekky1-0/+20