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