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