summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update config supports_message_historyHeiner Lohaus2023-10-271-2/+2
|
* Add Llama2 Providers / ModelsHeiner Lohaus2023-10-261-0/+3
|
* Fix increase timeoutHeiner Lohaus2023-10-221-0/+3
| | | | | Add Hashnode Provider Fix Yqcloud Provider
* Fix MyShell ProviderHeiner Lohaus2023-10-221-1/+3
|
* Add FakeGpt ProviderHeiner Lohaus2023-10-221-0/+3
| | | | Update providers in models
* ~ | add `g4f.Provider.GeekGpt`abc2023-10-161-1/+4
|
* Add Llama2 and NoowAi ProviderHeiner Lohaus2023-10-151-1/+6
|
* ~ | Merge pull request #1068 from hlohaus/freTekky2023-10-141-2/+2
|\ | | | | Fix Opchatgpts and ChatForAi Provider
| * Fix Opchatgpts and ChatForAi ProviderHeiner Lohaus2023-10-141-2/+2
| | | | | | | | Deprecate Vitalentum and Aivvm Provider
* | ~abc2023-10-141-2/+7
|/ | | | fix chatbase (bad) and remove from auto selection
* Deprecate ChatForAiHeiner Lohaus2023-10-121-1/+0
|
* Add ChatgptLogin, ChatgptFree and GptChatly ProviderHeiner Lohaus2023-10-121-1/+8
|
* ~ | remove DeepAiabc2023-10-101-3/+0
|
* ~abc2023-10-101-0/+62
| | | | Conversion from str Provider to g4f.Provider
* Add Cromicle to provider listHeiner Lohaus2023-10-081-0/+2
|
* ~ | `v-0.1.5.5`abc2023-10-071-0/+2
| | | | Aiivm working again
* Remove Aivvm from working providersHeiner Lohaus2023-10-071-1/+0
|
* Add GptGod ProviderHeiner Lohaus2023-10-071-1/+2
| | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
* Add GPTalk and GptForLove ProviderHeiner Lohaus2023-10-071-0/+4
|
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-26/+35
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* Sort providers in new dirsHeiner Lohaus2023-10-041-20/+2
|
* Add Phind ProviderHeiner Lohaus2023-10-021-0/+2
| | | | | Add release_curl in url_cffi requets Support create image response in Bing
* Update HuggingChat to new apiHeiner Lohaus2023-10-011-0/+4
| | | | | | | | Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
* Add ChatgptDuo and Aibn ProviderHeiner Lohaus2023-09-261-0/+4
| | | | | | Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
* "create_async" support for BaseProvider,Heiner Lohaus2023-09-261-0/+2
| | | | | by using ThreadPoolExecutor Default Model for Vercel
* Add Myshell ProviderHeiner Lohaus2023-09-251-0/+2
| | | | Remove auto proxy prefix
* Add RetryProviderHeiner Lohaus2023-09-211-1/+5
|
* Fix create_event_loop functionHeiner Lohaus2023-09-201-0/+2
| | | | Add PerplexityAi Provider
* Add GptGo Provider, Fix AItianhu ProviderHeiner Lohaus2023-09-181-0/+2
|
* Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus2023-09-121-0/+6
|
* Add ChatBase ProviderHeiner Lohaus2023-09-101-0/+2
|
* Add CodeLinkAva Provider, Improve test_async.pyHeiner Lohaus2023-09-091-0/+2
|
* type hintsmsi-JunXiang2023-09-031-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
* Set working=True in Liaobots, Fix bing provider, Update readmeHeiner Lohaus2023-09-011-1/+1
|
* Add async support for H2oHeiner Lohaus2023-08-281-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
* ~ | code stylingabc2023-08-271-61/+62
|
* ~ | Merge pull request #839Tekky2023-08-251-0/+2
|\ | | | | Wuguokai
| * Merge branch 'main' of https://github.com/bagusindrayana/gpt4free into mainBagus Indrayana2023-08-241-0/+2
| |\
| * | add providerBagus Indrayana2023-08-171-1/+3
| | |
* | | Add OpenaiChat and Hugchat ProviderHeiner Lohaus2023-08-251-0/+4
| |/ |/| | | | | | | | | Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function
* | another mergeBagus Indrayana2023-08-171-1/+5
|\|
| * ~ | major refractoring + new providers | v0.0.2.0abc2023-08-171-0/+4
| | | | | | | | | | | | g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613
* | merge and refactorBagus Indrayana2023-08-171-30/+54
|\|
| * refactor: refactor providerMIDORIBIN2023-08-141-29/+52
| |
* | add v50Bagus Indrayana2023-08-171-0/+1
|/
* Add Raycast Providerye42412023-08-091-0/+1
|
* Update __init__.pykggn2023-08-011-1/+1
|
* Update __init__.pykggn2023-08-011-0/+1
|
* minor fixesabc2023-07-161-1/+1
|
* minor fixesabc2023-07-161-1/+2
| | | | ails, chatgptai ...
* refactor/move provider from testing folderBagus Indrayana2023-07-121-0/+3
|
* some more providersnajam-tariq2023-07-051-1/+5
|
* gpt4free v2, first releasev2t.me/xtekky2023-06-241-0/+20