Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-22 | Fix MyShell Provider | Heiner Lohaus | 1 | -4/+4 | |
2023-10-21 | ~ | g4f `v-0.1.7.2` | abc | 1 | -2/+0 | |
patch / unpatch providers | |||||
2023-10-19 | ~ | abc | 1 | -60/+72 | |
automatic models fetching in GUI. | |||||
2023-10-09 | Add proxy support to all providers | Heiner Lohaus | 1 | -5/+9 | |
2023-09-26 | Add ChatgptDuo and Aibn Provider | Heiner Lohaus | 1 | -1/+1 | |
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 | -13/+17 | |
Reduced chunksize to better text completion | |||||
2023-09-23 | ~ | improve Vercel & g4f.Completion.create | abc | 1 | -2/+6 | |
added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ``` | |||||
2023-09-23 | ~ | abc | 1 | -0/+369 | |
2023-09-23 | Delete g4f/Provider/Vercel.py | Tekky | 1 | -387/+0 | |
2023-09-23 | Improve Vercel Provider: | Heiner Lohaus | 1 | -42/+60 | |
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider | |||||
2023-09-23 | ~ | Update Vercel Provider | abc | 1 | -227/+307 | |
2023-09-23 | ~ | new providers | abc | 1 | -3/+1 | |
Somwhat fix Aivvm provider, which looks to have a working gpt-4 kinda unstable | |||||
2023-09-19 | ~ | abc | 1 | -64/+2 | |
2023-09-17 | ~ | Tekky | 1 | -353/+0 | |
2023-09-12 | Add new providers: Aivvm, Vitalentum and Ylokh | Heiner Lohaus | 1 | -1/+1 | |
2023-09-05 | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 1 | -41/+58 | |
2023-09-03 | type hints | msi-JunXiang | 1 | -3/+9 | |
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-27 | ~ | code styling | abc | 1 | -17/+10 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -0/+337 | |