summaryrefslogtreecommitdiffstats
path: root/g4f/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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