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