summaryrefslogtreecommitdiffstats
path: root/g4f/Provider (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some small fixesHeiner Lohaus2023-10-109-35/+32
* ~abc2023-10-101-0/+62
* Add Proxy Support and Create Provider to ReadmeHeiner Lohaus2023-10-097-41/+57
* Add proxy support to all providersHeiner Lohaus2023-10-0928-102/+144
* Add Messages and AsyncResult typingHeiner Lohaus2023-10-085-31/+42
* Add Cromicle to provider listHeiner Lohaus2023-10-085-27/+62
* ~ | `v-0.1.5.5`abc2023-10-073-5/+10
* Remove Aivvm from working providersHeiner Lohaus2023-10-073-7/+5
* Improve code with aiHeiner Lohaus2023-10-071-9/+16
* Improve code by AIHeiner Lohaus2023-10-072-25/+27
* Add GptGod ProviderHeiner Lohaus2023-10-0713-28/+73
* Add GPTalk and GptForLove ProviderHeiner Lohaus2023-10-075-0/+6618
* Fix timeout in create_asyncHeiner Lohaus2023-10-069-30/+17
* ~abc2023-10-061-2/+4
* Fix: TypeError: 'type' object is not subscriptablehs_junxiang2023-10-062-0/+8
* Merge branch 'main' into bomTekky2023-10-051-0/+50
|\
| * Update Cromicle.pyHexye2023-10-041-2/+2
| * Create Cromicle.pyHexye2023-10-041-0/+50
* | Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-0530-163/+578
|/
* ~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing`abc2023-10-041-8/+34
* ~ | Merge pull request #982 from hlohaus/fetchTekky2023-10-0427-97/+102
|\
| * Sort providers in new dirsHeiner Lohaus2023-10-0426-61/+70
| * Use custom user dirHeiner Lohaus2023-10-042-26/+16
| * Fix fetch_access_token in openaiHeiner Lohaus2023-10-031-10/+16
* | Merge pull request #975 from hlohaus/mmmTekky2023-10-033-57/+120
|\|
| * Add streaming in openai chatHeiner Lohaus2023-10-032-24/+75
| * Bing Updates:Heiner Lohaus2023-10-021-33/+45
* | Merge pull request #971 from Giancarlo-Ma/mainTekky2023-10-021-0/+1
|\ \ | |/ |/|
| * feat: add custom header to deepaiGiancarlo-Ma2023-10-021-0/+1
* | Add Phind ProviderHeiner Lohaus2023-10-023-9/+91
|/
* ~ | Merge pull request #968 from st4rted/patch-1Tekky2023-10-021-2/+2
|\
| * fix typo in payloadst4rted2023-10-021-2/+2
* | Fix: There is no current event loop in threadHeiner Lohaus2023-10-024-15/+34
* | Remove fake_useragent moduleHeiner Lohaus2023-10-021-4/+0
* | +Curl +Async +Stream RequestsHeiner Lohaus2023-10-027-32/+33
* | Change event loop policy on windowsHeiner Lohaus2023-10-011-2/+9
* | Disable Wewordle ProviderHeiner Lohaus2023-10-012-9/+3
* | Disable PerplexityAi ProviderHeiner Lohaus2023-10-012-2/+2
* | Update HuggingChat to new apiHeiner Lohaus2023-10-018-91/+183
|/
* Fix Aivvm and add new models in models.pyCommenter1233212023-09-291-16/+15
* Add ChatgptDuo and Aibn ProviderHeiner Lohaus2023-09-267-75/+191
* AItianhuSpace Provider with GPT 4 addedHeiner Lohaus2023-09-262-15/+46
* "create_async" support for BaseProvider,Heiner Lohaus2023-09-263-2/+78
* Add Myshell ProviderHeiner Lohaus2023-09-255-17/+181
* Fix: Aivvm: KeyError: ''Heiner Lohaus2023-09-231-3/+9
* ~ | improve Vercel & g4f.Completion.createabc2023-09-231-1/+1
* ~ | improve Vercel & g4f.Completion.createabc2023-09-231-2/+6
* ~abc2023-09-231-0/+369
* Delete g4f/Provider/Vercel.pyTekky2023-09-231-387/+0
* Improve Vercel Provider:Heiner Lohaus2023-09-233-45/+62
* ~ | Update Vercel Providerabc2023-09-231-227/+307
* ~ | new providersabc2023-09-232-59/+50
* ~ | Fix DeepAiabc2023-09-231-1/+1
* Add RetryProviderHeiner Lohaus2023-09-212-1/+86
* Fix create_event_loop functionHeiner Lohaus2023-09-203-10/+100
* Improve code style in async supportHeiner Lohaus2023-09-201-10/+22
* Add "create_event_loop" helperHeiner Lohaus2023-09-201-9/+13
* Add check_running_loop requirementHeiner Lohaus2023-09-201-5/+18
* Cache "snlm0e" in BardHeiner Lohaus2023-09-207-25/+42
* ~ | Merge pull request #914 from hlohaus/leshTekky2023-09-195-83/+142
|\
| * Improve event loopHeiner Lohaus2023-09-182-42/+44
| * Add GptGo Provider, Fix AItianhu ProviderHeiner Lohaus2023-09-183-41/+98
| * ~Tekky2023-09-171-353/+0
* | ~abc2023-09-191-64/+2
|/
* Revert "Fix type hint"Tekky2023-09-1725-25/+25
* fix typo: provider -> ProviderMIDORIBIN2023-09-1625-25/+25
* Disable not working providers:Heiner Lohaus2023-09-125-14/+9
* Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus2023-09-127-25/+251
* Add ChatBase ProviderHeiner Lohaus2023-09-102-0/+64
* Add CodeLinkAva Provider, Improve test_async.pyHeiner Lohaus2023-09-094-2/+67
* Fix imports in BingHeiner Lohaus2023-09-051-16/+7
* Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus2023-09-0517-528/+443
* ~ | Merge pull request #876 from Lin-jun-xiang/join_messagesTekky2023-09-057-29/+14
|\
| * Join the messageshs_junxiang2023-09-047-29/+14
* | type hintsmsi-JunXiang2023-09-0333-45/+174
|/
* Set working=True in Liaobots, Fix bing provider, Update readmeHeiner Lohaus2023-09-014-24/+6
* ~ | v-0.0.2.6abc2023-08-281-25/+25
* Merge branch 'main' into huggingTekky2023-08-281-28/+64
|\
| * Merge branch 'main' into patch-1Luneye2023-08-2830-792/+699
| |\
| * | Update Bing.pyLuneye2023-08-281-7/+7
| * | Update Bing.pyLuneye2023-08-281-53/+45
| * | Update Bing.py Luneye2023-08-271-46/+76
* | | Add async support for H2oHeiner Lohaus2023-08-2812-311/+461
| |/ |/|
* | ~ | code stylingabc2023-08-2730-790/+695
|/
* Merge branch 'main' into upTekky2023-08-2511-297/+516
|\
| * ~ | Merge pull request #839Tekky2023-08-252-0/+67
| |\
| | * Merge branch 'main' of https://github.com/bagusindrayana/gpt4free into mainBagus Indrayana2023-08-2413-179/+292
| | |\
| | * | add providerBagus Indrayana2023-08-172-1/+68
| * | | ~ | Merge pull request #838 Tekky2023-08-251-3/+5
| |\ \ \
| | * | | remove whitspace from data: and raise exceptionBagus Indrayana2023-08-241-3/+5
| | | |/ | | |/|
| * | | ~| Merge pull request #834Tekky2023-08-253-6/+14
| |\ \ \
| | * | | Ails Supplementary Identification of Unusual Response Contentzengrr2023-08-251-1/+1
| | * | | Ails throw the contents of an error responsezengrr2023-08-231-0/+2
| | * | | fix Yqcloud's prompter using only the last messagezengrr2023-08-231-1/+4
| | * | | "You" unicode decode and fix prompt just is last messagezengrr2023-08-231-5/+8
| | |/ /
| * | | Merge pull request #833 from hlohaus/bingTekky2023-08-256-288/+430
| |\ \ \ | | |/ / | |/| |
| | * | Add OpenaiChat and Hugchat ProviderHeiner Lohaus2023-08-256-79/+259
| | * | Add create_async methodHeiner Lohaus2023-08-231-19/+39
| | * | Fix bing providerHeiner Lohaus2023-08-211-261/+203
* | | | Improve provider listHeiner Lohaus2023-08-245-11/+11
* | | | Improve providers with testsHeiner Lohaus2023-08-226-20/+18
|/ / /
* | | ~ | Merge pull request #8290.0.2.4Tekky2023-08-221-8/+9
|\ \ \
| * | | change linkBagus Indrayana2023-08-201-8/+9
| |/ /
* | | ~ | Merge pull request #828Tekky2023-08-221-15/+72
|\ \ \
| * | | fix theb but need authBagus Indrayana2023-08-201-15/+72
| |/ /
* | | ~ | Merge pull request #827Tekky2023-08-221-9/+30
|\ \ \
| * | | update header & response easychatBagus Indrayana2023-08-201-9/+30
| |/ /
* | | fix Equing response error with no streamzengrr2023-08-221-0/+3
* | | set encoding and temperaturezengrr2023-08-223-5/+10
|/ /
* | ~ Merge pull request #816Tekky2023-08-204-74/+101
|\ \
| * | another mergeBagus Indrayana2023-08-174-2/+163
| |\|
| * | refactor V50 and RaycastBagus Indrayana2023-08-172-85/+123
| * | merge and refactorBagus Indrayana2023-08-1756-2097/+2264
| |\ \
| * | | add proxy and remove streamBagus Indrayana2023-08-171-1/+1
| * | | add v50Bagus Indrayana2023-08-172-0/+44
* | | | ~ | Merge pull request #808Tekky2023-08-201-69/+67
|\ \ \ \
| * | | | Fix bard provider, add async supportHeiner Lohaus2023-08-181-69/+67
| | |_|/ | |/| |
* | | | Update Yqcloud.pyMaxKUlish12023-08-171-0/+1
* | | | Update Yqcloud.pyMaxKUlish12023-08-171-1/+0
* | | | Update Yqcloud.pyMaxKUlish12023-08-171-0/+1
|/ / /
* | / ~ | major refractoring + new providers | v0.0.2.0abc2023-08-174-1/+162
| |/ |/|
* | ~ | major refractoring | v0.0.2.0abc2023-08-172-4/+4
* | refactor: refactor providerMIDORIBIN2023-08-1455-2095/+2317
|/
* small fixes & new pypi versionabc2023-08-141-0/+110
* Merge pull request #801 from johnd0e/fix-ailsxtekky2023-08-141-1/+1
|\
| * Fix Ails.pyjohnd0e2023-08-141-1/+1
* | Merge pull request #794 from ye4241/mainxtekky2023-08-142-0/+51
|\ \
| * | Add Raycast Providerye42412023-08-092-0/+51
| |/
* | Update EasyChat.pyomidima2023-08-121-10/+9
* | Update EasyChat.pyomidima2023-08-111-1/+8
* | Update EasyChat.pyomidima2023-08-081-16/+17
|/
* Merge pull request #693 from ramonvc/mainxtekky2023-08-071-12/+13
|\
| * Fix: There is no current event loop in thread.Ramon Victor Cardoso2023-06-271-12/+13
* | Merge pull request #790 from VastV2/Ails-Updatextekky2023-08-071-3/+5
|\ \
| * | Update Ails.pyVastV22023-08-051-3/+5
* | | Merge pull request #788 from omidima/main-1xtekky2023-08-071-26/+52
|\ \ \
| * | | Update DeepAi.pyomidima2023-08-051-26/+52
| |/ /
* | | Update __init__.pykggn2023-08-011-1/+1
* | | Update __init__.pykggn2023-08-011-0/+1
* | | Create opchatgpts.pykggn2023-08-011-0/+42
|/ /
* | Update Vercel.pyabc2023-07-241-109/+8
* | Use the temperature parametergrandsonneo@gmail.com2023-07-226-13/+13
* | Merge pull request #768 from nonk123/mainxtekky2023-07-211-0/+0
|\ \
| * | Fix the import errorsnonk1232023-07-211-0/+0
* | | Update Provider.DfeHub to consider rate-limitnajam-tariq2023-07-191-1/+9
|/ /
* | Merge branch 'main' of https://github.com/xtekky/gpt4freeabc2023-07-181-1/+1
|\ \
| * | Rename DFEHub.py to DfeHub.pyxtekky2023-07-181-1/+1
* | | .abc2023-07-181-1/+1
|/ /
* | minor fixesabc2023-07-1625-63/+101
* | minor fixesabc2023-07-164-5/+4
* | refactor/move provider from testing folderBagus Indrayana2023-07-125-0/+364
* | Add files via uploadAlephZero2552023-07-101-105/+93
* | some more providersnajam-tariq2023-07-055-1/+169
* | fix subDomain of LockChatLê Anh Tuấn2023-06-291-2/+2
|/
* gpt4free v2, first releasev2t.me/xtekky2023-06-2420-0/+1442