Commit Graph

117 Commits (0.2.3.1)

Author SHA1 Message Date
abc d01c2afe47 ~ | 0.1.7.0 9 months ago
abc 603b5b85a4 ~ | g4f v-0.1.6.9 9 months ago
abc 5b52d5a2ee ~ | g4f `v-0.1.6.8`
some quick fixes
9 months ago
abc 32c55a2fc2 ~ | g4f v-0.1.6.7 9 months ago
abc d4ab83a45b ~
automatic models fetching in GUI.
9 months ago
hs_junxiang 042ee7633b Fix: debug.logging not work in retry provider 9 months ago
abc 9776545ab0 ~ | g4f `v-0.1.6.6` 9 months ago
abc d93b0fe7eb ~ | g4f `v-0.1.6.5` 9 months ago
abc 7e7ab3d066 ~ | g4f `v-0.1.6.4` 9 months ago
abc 5d443b1aa7 g4f `v-0.1.6.3` 9 months ago
hs_junxiang c84ff59145 feat: ignore providers(#1014) 9 months ago
abc 5a64e238c8 ~ | g4f `v-0.1.6.2` 9 months ago
abc aa4824b6a2 ~ 9 months ago
abc f74ca10fbd ~ | g4f v-0.1.6.1
some bug fixes
9 months ago
abc fbd983f628 ~ | g4f `v-0.1.5.9`(remove deepai.org) 9 months ago
abc 8964d15dc3 ~ | g4f `v-0.1.5.8` 9 months ago
abc e05987ace3 ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxy 9 months ago
Heiner Lohaus e46b5fe043 Add proxy support to all providers 9 months ago
abc 64fe0ee487 ~ | g4f `v-0.1.5.6`
gui & interference can now be run with:

python -m g4f.gui.run

and

python -m g4f.interference.run
9 months ago
abc 92e1ec6f4f ~ | `v-0.1.5.5`
Aiivm working again
9 months ago
abc 570f71c21e ~ | g4f `v-0.1.5.5` 9 months ago
Heiner Lohaus f7bb30036e Improve code by AI 9 months ago
Heiner Lohaus 4fa6e9c0f5 Add GptGod Provider
Remove timeout from aiohttp providers
Disable Opchatgpts and ChatgptLogin provider
9 months ago
abc 395fbc70e0 ~ | g4f `v-0.1.5.4` [new gui & interference]
+ version fix
9 months ago
abc 6b2ac63cd9 ~ | g4f `v-0.1.5.3` [new gui & interference] 9 months ago
abc 44eb804cc5 ~ | new instructions for gui & interference + telegram channel 9 months ago
abc 59e573b6df ~ | g4f `v-0.1.5.1` [*new gui & interference*] 9 months ago
abc 012a1fa0c7 ~ | g4f `v-0.1.5.1` [*new gui & interference**] 9 months ago
abc f73bc2d593 ~ | g4f v-0.1.5.0 9 months ago
abc 2d2cfcd894 ~ | g4f v-0.1.4.9 [major updates and patches] 9 months ago
Heiner Lohaus 88d2cbff09 Add AiAsk, Chatgpt4Online, ChatgptDemo
and ChatgptX Provider
Fix Bing, Liaobots and ChatgptAi Provider
Add "gpt_35_long" model and custom timeout
9 months ago
abc 0bd5730bcd ~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing`
implemented new "X-Sydney-EncryptedConversationSignature" found in headers from "turing/conversation/create"
9 months ago
abc 8471ada090 ~ | g4f v-0.1.4.7 `pip install -U g4f` 9 months ago
abc 896d040c3e ~ | g4f v-0.1.4.6 `pip install -U g4f` 9 months ago
abc 791e0d4ec8 ~ | g4f v-0.1.4.5 `pip install -U g4f`
updated providers:

- g4f.Provider.Bing
- g4f.Provider.OpenaiChat
9 months ago
abc da50e84dfc ~ | g4f v-0.1.4.5 `pip install -U g4f` 9 months ago
abc a4da030d67 ~ | g4f v-0.1.4.4
release_curl bug
9 months ago
abc 98be81fef7 ~ | g4f v-`0.1.4.3` 9 months ago
abc 423485fda6 ~ | v-0.1.4.2 `pip install -U g4f` 9 months ago
abc 3ba045c9d1 ~ | pypi v-0.1.4.0 `pip install -U g4f` 9 months ago
abc 26e1fc4a7d ~ | g4f v-0.1.4.0 (new version checking system 9 months ago
abc 32d5536450 ~ | g4f v-0.1.3.9 9 months ago
abc be293e7af7 ~ | g4f v-0.1.3.8 9 months ago
abc c753894705 ~ | v-0.1.3.7 9 months ago
abc cc3f0bce72 ~ | add version (`g4f.version`) 9 months ago
Heiner Lohaus 3c2755bc72 Add ChatgptDuo and Aibn Provider
Add support for "nest_asyncio",
Reuse event_loops with event_loop_policy
Support for  "create_async" with synchron provider
9 months ago
Heiner Lohaus fd5c33efb8 TypeError: issubclass() arg 1 must be a class 10 months ago
abc 6c2e3cc53c ~ | improve Vercel & g4f.Completion.create
added `.Completion.create` class.

```py
response = g4f.Completion.create(
    model='text-davinci-003', prompt="Hello")

print(response)
```
10 months ago
Heiner Lohaus a3ecabb00e Improve Vercel Provider:
- Fix endless loop
 - Add proxy, async support
 - Add default model
 Fix HuggingChat Provider
10 months ago
Heiner Lohaus e9f96ced9c Add RetryProvider 10 months ago
Heiner Lohaus 55577031d5 Add check_running_loop requirement
Add create_async function in ChatCompletion
Use SelectorEventLoop on windows
10 months ago
Heiner Lohaus 78bee08527 Check supports_stream in best_providers list 10 months ago
abc 8f48c41562 ~ 10 months ago
abc 54f4f3904e Merge branch 'main' of https://github.com/xtekky/gpt4free 10 months ago
abc f34012a98b Update __init__.py 10 months ago
Tekky 78bfbe717d
Revert "Fix type hint" 10 months ago
MIDORIBIN 51cfcde2b3 fix type hint 10 months ago
Heiner Lohaus 618addd001 Disable not working providers:
EasyChat, Equing, GetGpt, Liaobots and Wuguokai
No and random best provider for a model
Update providers in Readme
10 months ago
msi-JunXiang 901595b10f type hints
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
10 months ago
abc efd75a11b8 ~ | code styling 10 months ago
abc 6d96a1efd2 ~ | major refractoring | v0.0.2.0 11 months ago
MIDORIBIN f6ef3cb223 refactor: refactor provider 11 months ago
abc cfa4380e89 ~ | small fixes & new pypi version | v-0.0.1.9 11 months ago
abc d53fc931a3 small fixes & new pypi version 11 months ago
MIDORIBIN 6dd8a5a1f4 refactor: refactor models 12 months ago
abc e946729736 minor fixes 12 months ago
t.me/xtekky 5db58fd87f gpt4free v2, first release 1 year ago