Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-14 | ~ | abc | 1 | -2/+0 | |
fix chatbase (bad) and remove from auto selection | |||||
2023-10-14 | Fix Opchatgpts and ChatForAi Provider | Heiner Lohaus | 1 | -5/+5 | |
Deprecate Vitalentum and Aivvm Provider | |||||
2023-10-11 | ~ | g4f v-0.1.6.1 | abc | 1 | -8/+7 | |
some bug fixes | |||||
2023-10-10 | ~ | remove DeepAi | abc | 1 | -3/+2 | |
2023-10-10 | fix provider thing in gui x2 | Commenter123321 | 1 | -7/+14 | |
2023-10-10 | ~ | abc | 1 | -6/+7 | |
remove chatforai | |||||
2023-10-09 | add cool testing for gpt-3.5 and and gpt-4 | Commenter123321 | 1 | -6/+14 | |
2023-10-08 | Add Cromicle to provider list | Heiner Lohaus | 1 | -1/+4 | |
2023-10-07 | Remove Aivvm from working providers | Heiner Lohaus | 1 | -14/+10 | |
2023-10-06 | ~ | gpt-3.5-turbo-0613 | abc | 1 | -0/+1 | |
2023-10-06 | ~ | fix gpt-3.5-turbo models | abc | 1 | -5/+4 | |
2023-10-05 | import fixed | ostix360 | 1 | -1/+3 | |
2023-10-05 | Add AiAsk, Chatgpt4Online, ChatgptDemo | Heiner Lohaus | 1 | -12/+19 | |
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout | |||||
2023-10-04 | Update models.py | Hexye | 1 | -1/+2 | |
2023-10-04 | Sort providers in new dirs | Heiner Lohaus | 1 | -3/+1 | |
2023-10-02 | +Curl +Async +Stream Requests | Heiner Lohaus | 1 | -3/+6 | |
Update Model List | |||||
2023-10-01 | ~ | Tekky | 1 | -162/+162 | |
2023-09-29 | some more things | Commenter123321 | 1 | -148/+152 | |
2023-09-29 | Fix Aivvm and add new models in models.py | Commenter123321 | 1 | -3/+13 | |
2023-09-26 | Add ChatgptDuo and Aibn Provider | Heiner Lohaus | 1 | -3/+6 | |
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider | |||||
2023-09-26 | AItianhuSpace Provider with GPT 4 added | Heiner Lohaus | 1 | -3/+4 | |
Reduced chunksize to better text completion | |||||
2023-09-25 | Add Myshell Provider | Heiner Lohaus | 1 | -5/+8 | |
Remove auto proxy prefix | |||||
2023-09-23 | Fix: Aivvm: KeyError: '' | Heiner Lohaus | 1 | -1/+1 | |
and TypeError: issubclass() arg 1 must be a class | |||||
2023-09-23 | ~ | gpt-3.5-turbo-16k-0613 | abc | 1 | -17/+17 | |
2023-09-23 | ~ | new providers | abc | 1 | -11/+15 | |
Somwhat fix Aivvm provider, which looks to have a working gpt-4 kinda unstable | |||||
2023-09-22 | ~ | gpt-3.5-turbo-0613 | abc | 1 | -144/+140 | |
2023-09-21 | Add RetryProvider | Heiner Lohaus | 1 | -7/+22 | |
2023-09-20 | Cache "snlm0e" in Bard | Heiner Lohaus | 1 | -1/+1 | |
Improve error handling in ChatgptLogin Fix async example in readme | |||||
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -1/+1 | |
2023-09-20 | dd model config : gpt_35_turbo_0613 | tony | 1 | -35/+35 | |
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -3/+2 | |
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -138/+141 | |
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -1/+1 | |
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -1/+4 | |
2023-09-20 | add model config : gpt_35_turbo_0613 | tony | 1 | -0/+5 | |
2023-09-18 | Check supports_stream in best_providers list | Heiner Lohaus | 1 | -2/+1 | |
2023-09-17 | ~ | improved stability with gpt-3.5-turbo | abc | 1 | -14/+21 | |
improved stability with gpt-3.5-turbo | |||||
2023-09-17 | Revert "Fix type hint" | Tekky | 1 | -0/+212 | |
2023-09-17 | . | Tekky | 1 | -218/+0 | |
2023-09-16 | fix type hint | MIDORIBIN | 1 | -126/+132 | |
2023-09-12 | Disable not working providers: | Heiner Lohaus | 1 | -8/+13 | |
EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme | |||||
2023-09-03 | type hints | msi-JunXiang | 1 | -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-28 | Add async support for H2o | Heiner Lohaus | 1 | -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 styling | abc | 1 | -148/+122 | |
2023-08-17 | ~ | major refractoring + new providers | v0.0.2.0 | abc | 1 | -2/+2 | |
g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613 | |||||
2023-08-17 | ~ | major refractoring | v0.0.2.0 | abc | 1 | -1/+1 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -139/+121 | |
2023-08-14 | small fixes & new pypi version | abc | 1 | -3/+2 | |
2023-07-25 | refactor: refactor models | MIDORIBIN | 1 | -228/+240 | |
2023-07-16 | minor fixes | abc | 1 | -0/+31 | |
2023-06-24 | gpt4free v2, first releasev2 | t.me/xtekky | 1 | -0/+201 | |