summaryrefslogtreecommitdiffstats
path: root/g4f/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-19A few small fixes in GUI and Providers (#1861)kqlio671-19/+34
2024-04-19Added Meta llama-3 support! (#1856)PD1-4/+18
* Added Meta llama-3 support! Decided to change llama2.py to llama.py to hold all the llama family models. * updated HuggingChat provider * Update FlowGpt.py
2024-04-16add cohere provider.abc1-1/+2
2024-04-13new gpt-4 beating opensource modelsabc1-2/+9
2024-04-13add more modelsabc1-10/+24
mixtral 8x22b
2024-04-12improve models list for gpt-3.5-turboabc1-0/+1
2024-04-12update default gpt-3.5-turbo modelsabc1-2/+8
by default, only OpenAI was enabled, more models enable for more flexibility. new provider `Koala` added, to watch out as it could be unstable.
2024-04-12Update DeepInfra modelsnullstreak1-9/+16
2024-04-05Add authless OpenaiChatHeiner Lohaus1-17/+9
2024-03-13GigaChat models addvlad1-2/+26
2024-03-12Remove all not working provider (#1679)H Lohaus1-5/+2
Fix many providers Add selenium-wire to requierments
2024-03-11Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus1-6/+21
Add more models and image generation in You provider Use You as second default image provider
2024-02-23Improve readme, add smartphone guideHeiner Lohaus1-5/+5
2024-02-22Move some modules, create providers dirHeiner Lohaus1-0/+2
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-09Update provider and model list (#1568)H Lohaus1-11/+7
Move bing.create_images and cookies helper Disable some providers
2024-02-09Fix Phind Provider / add generate_challengeHeiner Lohaus1-1/+1
2024-02-04Added CodeLlama 70bnullstreak1-1/+8
2024-01-23Added CodeLlama and misc models from DeepInfra (#1506)nullstreak1-5/+25
2024-01-23Cleanup model listHeiner Lohaus1-164/+20
2024-01-23Add upload svg image supportHeiner Lohaus1-5/+6
Fix upload image in Bing Provider
2024-01-21Add dolphin-2.6-mixtral-8x7bnullstreak1-0/+13
2024-01-14Refactor code with AIHeiner Lohaus1-0/+15
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Improve FreeChatgpt ProviderHeiner Lohaus1-7/+5
2024-01-13Added support for more models: FreeChatgpt (#1456)Debaditya Banerji1-5/+15
* Improved FreeChatgpt, added support for more models * Added new model: Gemini Pro
2024-01-10Add create images to Bing (#1426)H Lohaus1-5/+2
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-02Add GeminiProChat Provider (#1419)H Lohaus1-5/+1
* Add GeminiProChat Provider
2024-01-01Add support for all modelsHeiner Lohaus1-8/+19
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-25Add Gpt6 ProviderHeiner Lohaus1-0/+4
2023-12-21Update models.pynullstreak1-0/+7
2023-12-14Remove VoiGptH Lohaus1-5/+1
2023-12-13Add Mistral modelsnullstreak1-1/+16
2023-12-10Added a new provider voigpt.com (#1328)Meshwa4281-0/+4
* added the new VoiGpt provider * fixed the voigpt and moved it to needs_auth * added auth detail and doc to voiGpt provider
2023-12-06Improve docker imageHeiner Lohaus1-0/+2
2023-12-06Add selenium to dockerfileHeiner Lohaus1-1/+2
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
2023-12-01Update pi providerHeiner Lohaus1-3/+2
2023-12-01Added new provider PI (Hacky way to use) (#1291)madonchik1231-0/+8
* 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-24~abc1-1/+1
chatgptx not working
2023-11-18Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus1-1/+8
Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
2023-11-16Fix Bard ProviderHeiner Lohaus1-2/+1
2023-11-16Fix Phind and PerplexityAi - GPT-4 ProvidersHeiner Lohaus1-9/+16
Fix MyShell Provider Refactor Provider __init__ Add ChatAnywhere Provider Update models list
2023-11-13Fix Chatgpt4Online ProviderHeiner Lohaus1-3/+1
2023-11-12Add Berlin and Koala ProviderHeiner Lohaus1-5/+5
2023-11-12Add auto_continue to OpenaiChatHeiner Lohaus1-1/+1
Update readme provider tables
2023-10-26Add llama2 model mappingHeiner Lohaus1-0/+5
2023-10-26Add Llama2 Providers / ModelsHeiner Lohaus1-0/+17
2023-10-22Fix MyShell ProviderHeiner Lohaus1-7/+0
2023-10-22Add FakeGpt ProviderHeiner Lohaus1-15/+11
Update providers in models
2023-10-21~ | g4f `v-0.1.7.2`abc1-1/+2
patch / unpatch providers
2023-10-20~abc1-3/+4
minor changes
2023-10-20~ | updated g4f.apiabc1-1/+1
new api and requirements
2023-10-19~abc1-5/+6
fix gui errors on iOS
2023-10-19~ | g4f `v-0.1.6.8`0.1.6.8abc1-2/+2
some quick fixes
2023-10-19~abc1-3/+15
automatic models fetching in GUI.
2023-10-16~ | update working providers list & gpt-4 providersabc1-5/+8
2023-10-15Add Llama2 and NoowAi ProviderHeiner Lohaus1-1/+3
2023-10-14~abc1-2/+0
fix chatbase (bad) and remove from auto selection
2023-10-14Fix Opchatgpts and ChatForAi ProviderHeiner Lohaus1-5/+5
Deprecate Vitalentum and Aivvm Provider
2023-10-11~ | g4f v-0.1.6.1abc1-8/+7
some bug fixes
2023-10-10~ | remove DeepAiabc1-3/+2
2023-10-10fix provider thing in gui x2Commenter1233211-7/+14
2023-10-10~abc1-6/+7
remove chatforai
2023-10-09add cool testing for gpt-3.5 and and gpt-4Commenter1233211-6/+14
2023-10-08Add Cromicle to provider listHeiner Lohaus1-1/+4
2023-10-07Remove Aivvm from working providersHeiner Lohaus1-14/+10
2023-10-06~ | gpt-3.5-turbo-0613abc1-0/+1
2023-10-06~ | fix gpt-3.5-turbo modelsabc1-5/+4
2023-10-05import fixedostix3601-1/+3
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-12/+19
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-10-04Update models.pyHexye1-1/+2
2023-10-04Sort providers in new dirsHeiner Lohaus1-3/+1
2023-10-02+Curl +Async +Stream RequestsHeiner Lohaus1-3/+6
Update Model List
2023-10-01~Tekky1-162/+162
2023-09-29some more thingsCommenter1233211-148/+152
2023-09-29Fix Aivvm and add new models in models.pyCommenter1233211-3/+13
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-3/+6
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
2023-09-26AItianhuSpace Provider with GPT 4 addedHeiner Lohaus1-3/+4
Reduced chunksize to better text completion
2023-09-25Add Myshell ProviderHeiner Lohaus1-5/+8
Remove auto proxy prefix
2023-09-23Fix: Aivvm: KeyError: ''Heiner Lohaus1-1/+1
and TypeError: issubclass() arg 1 must be a class
2023-09-23~ | gpt-3.5-turbo-16k-0613abc1-17/+17
2023-09-23~ | new providersabc1-11/+15
Somwhat fix Aivvm provider, which looks to have a working gpt-4 kinda unstable
2023-09-22~ | gpt-3.5-turbo-0613abc1-144/+140
2023-09-21Add RetryProviderHeiner Lohaus1-7/+22
2023-09-20Cache "snlm0e" in BardHeiner Lohaus1-1/+1
Improve error handling in ChatgptLogin Fix async example in readme
2023-09-20add model config : gpt_35_turbo_0613tony1-1/+1
2023-09-20dd model config : gpt_35_turbo_0613tony1-35/+35
2023-09-20add model config : gpt_35_turbo_0613tony1-3/+2
2023-09-20add model config : gpt_35_turbo_0613tony1-138/+141
2023-09-20add model config : gpt_35_turbo_0613tony1-1/+1
2023-09-20add model config : gpt_35_turbo_0613tony1-1/+4
2023-09-20add model config : gpt_35_turbo_0613tony1-0/+5
2023-09-18Check supports_stream in best_providers listHeiner Lohaus1-2/+1
2023-09-17~ | improved stability with gpt-3.5-turboabc1-14/+21
improved stability with gpt-3.5-turbo
2023-09-17Revert "Fix type hint"Tekky1-0/+212
2023-09-17.Tekky1-218/+0
2023-09-16fix type hintMIDORIBIN1-126/+132
2023-09-12Disable not working providers:Heiner Lohaus1-8/+13
EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
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-08-28Add async support for H2oHeiner Lohaus1-0/+7
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-148/+122
2023-08-17 ~ | major refractoring + new providers | v0.0.2.0abc1-2/+2
g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613
2023-08-17~ | major refractoring | v0.0.2.0abc1-1/+1
2023-08-14refactor: refactor providerMIDORIBIN1-139/+121
2023-08-14small fixes & new pypi versionabc1-3/+2
2023-07-25refactor: refactor modelsMIDORIBIN1-228/+240
2023-07-16minor fixesabc1-0/+31
2023-06-24gpt4free v2, first releasev2t.me/xtekky1-0/+201