summaryrefslogtreecommitdiffstats
path: root/g4f/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-05~ | g4f v-0.1.4.9 [major updates and patches]0.1.4.9abc1-1/+1
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-2/+5
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-10-04~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing`abc1-1/+1
implemented new "X-Sydney-EncryptedConversationSignature" found in headers from "turing/conversation/create"
2023-10-04~ | g4f v-0.1.4.7 `pip install -U g4f`0.1.4.7abc1-1/+1
2023-10-03 ~ | g4f v-0.1.4.6 `pip install -U g4f`0.1.4.6abc1-1/+1
2023-10-03 ~ | g4f v-0.1.4.5 `pip install -U g4f`abc1-1/+1
updated providers: - g4f.Provider.Bing - g4f.Provider.OpenaiChat
2023-10-02~ | g4f v-0.1.4.5 `pip install -U g4f`0.1.4.5abc1-1/+1
2023-10-02~ | g4f v-0.1.4.4abc1-1/+1
release_curl bug
2023-10-02~ | g4f v-`0.1.4.3`0.1.4.3abc1-1/+1
2023-10-01~ | v-0.1.4.2 `pip install -U g4f`0.1.4.2abc1-1/+1
2023-10-01~ | pypi v-0.1.4.0 `pip install -U g4f`abc1-1/+1
2023-09-27~ | g4f v-0.1.4.0 (new version checking systemabc1-1/+15
2023-09-27~ | g4f v-0.1.3.9abc1-1/+1
2023-09-27~ | g4f v-0.1.3.8abc1-1/+1
2023-09-26~ | v-0.1.3.7abc1-1/+1
2023-09-26~ | add version (`g4f.version`)abc1-1/+1
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-5/+0
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
2023-09-23TypeError: issubclass() arg 1 must be a classHeiner Lohaus1-1/+2
2023-09-23~ | improve Vercel & g4f.Completion.createabc1-0/+27
added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ```
2023-09-23Improve Vercel Provider:Heiner Lohaus1-1/+1
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
2023-09-21Add RetryProviderHeiner Lohaus1-8/+2
2023-09-20Add check_running_loop requirementHeiner Lohaus1-29/+51
Add create_async function in ChatCompletion Use SelectorEventLoop on windows
2023-09-18Check supports_stream in best_providers listHeiner Lohaus1-3/+6
2023-09-17~abc1-2/+1
2023-09-17Update __init__.pyabc1-2/+1
2023-09-17Revert "Fix type hint"Tekky1-2/+2
2023-09-16fix type hintMIDORIBIN1-2/+2
2023-09-12Disable not working providers:Heiner Lohaus1-2/+11
EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
2023-09-03type hintsmsi-JunXiang1-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 stylingabc1-20/+17
2023-08-17~ | major refractoring | v0.0.2.0abc1-6/+6
2023-08-14refactor: refactor providerMIDORIBIN1-37/+40
2023-08-14~ | small fixes & new pypi version | v-0.0.1.90.0.1.90.0.1.0abc1-1/+1
2023-08-14small fixes & new pypi versionabc1-1/+1
2023-07-25refactor: refactor modelsMIDORIBIN1-3/+3
2023-07-16minor fixesabc1-1/+4
2023-06-24gpt4free v2, first releasev2t.me/xtekky1-0/+39