Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-27 | ~ | g4f v-0.1.3.9 | abc | 1 | -1/+1 | |
2023-09-27 | ~ | g4f v-0.1.3.8 | abc | 1 | -1/+1 | |
2023-09-26 | ~ | v-0.1.3.7 | abc | 1 | -1/+1 | |
2023-09-26 | ~ | add version (`g4f.version`) | abc | 1 | -1/+1 | |
2023-09-26 | Add ChatgptDuo and Aibn Provider | Heiner Lohaus | 1 | -5/+0 | |
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider | |||||
2023-09-23 | TypeError: issubclass() arg 1 must be a class | Heiner Lohaus | 1 | -1/+2 | |
2023-09-23 | ~ | improve Vercel & g4f.Completion.create | abc | 1 | -0/+27 | |
added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ``` | |||||
2023-09-23 | Improve Vercel Provider: | Heiner Lohaus | 1 | -1/+1 | |
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider | |||||
2023-09-21 | Add RetryProvider | Heiner Lohaus | 1 | -8/+2 | |
2023-09-20 | Add check_running_loop requirement | Heiner Lohaus | 1 | -29/+51 | |
Add create_async function in ChatCompletion Use SelectorEventLoop on windows | |||||
2023-09-18 | Check supports_stream in best_providers list | Heiner Lohaus | 1 | -3/+6 | |
2023-09-17 | ~ | abc | 1 | -2/+1 | |
2023-09-17 | Update __init__.py | abc | 1 | -2/+1 | |
2023-09-17 | Revert "Fix type hint" | Tekky | 1 | -2/+2 | |
2023-09-16 | fix type hint | MIDORIBIN | 1 | -2/+2 | |
2023-09-12 | Disable not working providers: | Heiner Lohaus | 1 | -2/+11 | |
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-27 | ~ | code styling | abc | 1 | -20/+17 | |
2023-08-17 | ~ | major refractoring | v0.0.2.0 | abc | 1 | -6/+6 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -37/+40 | |
2023-08-14 | ~ | small fixes & new pypi version | v-0.0.1.90.0.1.90.0.1.0 | abc | 1 | -1/+1 | |
2023-08-14 | small fixes & new pypi version | abc | 1 | -1/+1 | |
2023-07-25 | refactor: refactor models | MIDORIBIN | 1 | -3/+3 | |
2023-07-16 | minor fixes | abc | 1 | -1/+4 | |
2023-06-24 | gpt4free v2, first releasev2 | t.me/xtekky | 1 | -0/+39 | |