summaryrefslogtreecommitdiffstats
path: root/g4f/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-22~ | gpt-3.5-turbo-0613abc1-144/+140
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