summaryrefslogtreecommitdiffstats
path: root/g4f/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxyabc2023-10-101-1/+1
|
* Add proxy support to all providersHeiner Lohaus2023-10-091-11/+18
|
* ~ | g4f `v-0.1.5.6`abc2023-10-081-13/+15
| | | | | | | | | | gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run
* ~ | `v-0.1.5.5`abc2023-10-071-1/+0
| | | | Aiivm working again
* ~ | g4f `v-0.1.5.5`0.1.5.5abc2023-10-071-1/+1
|
* Improve code by AIHeiner Lohaus2023-10-071-36/+36
|
* Add GptGod ProviderHeiner Lohaus2023-10-071-1/+0
| | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
* ~ | g4f `v-0.1.5.4` [new gui & interference]0.1.5.4abc2023-10-061-1/+1
| | | | + version fix
* ~ | g4f `v-0.1.5.3` [new gui & interference]0.1.5.3abc2023-10-061-1/+1
|
* ~ | new instructions for gui & interference + telegram channelabc2023-10-061-1/+1
|
* ~ | g4f `v-0.1.5.1` [*new gui & interference*]abc2023-10-061-1/+0
|
* ~ | g4f `v-0.1.5.1` [*new gui & interference**]abc2023-10-061-1/+1
|
* ~ | g4f v-0.1.5.0abc2023-10-061-1/+1
|
* ~ | g4f v-0.1.4.9 [major updates and patches]0.1.4.9abc2023-10-051-1/+1
|
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-2/+5
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* ~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing`abc2023-10-041-1/+1
| | | | implemented new "X-Sydney-EncryptedConversationSignature" found in headers from "turing/conversation/create"
* ~ | g4f v-0.1.4.7 `pip install -U g4f`0.1.4.7abc2023-10-041-1/+1
|
* ~ | g4f v-0.1.4.6 `pip install -U g4f`0.1.4.6abc2023-10-031-1/+1
|
* ~ | g4f v-0.1.4.5 `pip install -U g4f`abc2023-10-031-1/+1
| | | | | | | updated providers: - g4f.Provider.Bing - g4f.Provider.OpenaiChat
* ~ | g4f v-0.1.4.5 `pip install -U g4f`0.1.4.5abc2023-10-021-1/+1
|
* ~ | g4f v-0.1.4.4abc2023-10-021-1/+1
| | | | release_curl bug
* ~ | g4f v-`0.1.4.3`0.1.4.3abc2023-10-021-1/+1
|
* ~ | v-0.1.4.2 `pip install -U g4f`0.1.4.2abc2023-10-011-1/+1
|
* ~ | pypi v-0.1.4.0 `pip install -U g4f`abc2023-10-011-1/+1
|
* ~ | g4f v-0.1.4.0 (new version checking systemabc2023-09-271-1/+15
|
* ~ | g4f v-0.1.3.9abc2023-09-271-1/+1
|
* ~ | g4f v-0.1.3.8abc2023-09-271-1/+1
|
* ~ | v-0.1.3.7abc2023-09-261-1/+1
|
* ~ | add version (`g4f.version`)abc2023-09-261-1/+1
|
* Add ChatgptDuo and Aibn ProviderHeiner Lohaus2023-09-261-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 classHeiner Lohaus2023-09-231-1/+2
|
* ~ | improve Vercel & g4f.Completion.createabc2023-09-231-0/+27
| | | | | | | | | | | added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ```
* Improve Vercel Provider:Heiner Lohaus2023-09-231-1/+1
| | | | | | | - Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
* Add RetryProviderHeiner Lohaus2023-09-211-8/+2
|
* Add check_running_loop requirementHeiner Lohaus2023-09-201-29/+51
| | | | | Add create_async function in ChatCompletion Use SelectorEventLoop on windows
* Check supports_stream in best_providers listHeiner Lohaus2023-09-181-3/+6
|
* ~abc2023-09-171-2/+1
|
* Merge branch 'main' of https://github.com/xtekky/gpt4freeabc2023-09-171-1/+2
|\
| * Revert "Fix type hint"Tekky2023-09-171-2/+2
| |
* | Update __init__.pyabc2023-09-171-2/+1
|/
* fix type hintMIDORIBIN2023-09-161-2/+2
|
* Disable not working providers:Heiner Lohaus2023-09-121-2/+11
| | | | | | EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
* type hintsmsi-JunXiang2023-09-031-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 stylingabc2023-08-271-20/+17
|
* ~ | major refractoring | v0.0.2.0abc2023-08-171-6/+6
|
* refactor: refactor providerMIDORIBIN2023-08-141-37/+40
|
* ~ | small fixes & new pypi version | v-0.0.1.90.0.1.90.0.1.0abc2023-08-141-1/+1
|
* small fixes & new pypi versionabc2023-08-141-1/+1
|
* refactor: refactor modelsMIDORIBIN2023-07-251-3/+3
|
* minor fixesabc2023-07-161-1/+4
|
* gpt4free v2, first releasev2t.me/xtekky2023-06-241-0/+39