Commit Graph

56 Commits (5a64e238c805055f33dab65e855bdf1adb9fe37f)

Author SHA1 Message Date
abc 5a64e238c8 ~ | g4f `v-0.1.6.2` 11 months ago
abc aa4824b6a2 ~ 11 months ago
abc f74ca10fbd ~ | g4f v-0.1.6.1
some bug fixes
11 months ago
abc fbd983f628 ~ | g4f `v-0.1.5.9`(remove deepai.org) 11 months ago
abc 8964d15dc3 ~ | g4f `v-0.1.5.8` 11 months ago
abc e05987ace3 ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxy 11 months ago
Heiner Lohaus e46b5fe043 Add proxy support to all providers 11 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
11 months ago
abc 92e1ec6f4f ~ | `v-0.1.5.5`
Aiivm working again
11 months ago
abc 570f71c21e ~ | g4f `v-0.1.5.5` 11 months ago
Heiner Lohaus f7bb30036e Improve code by AI 11 months ago
Heiner Lohaus 4fa6e9c0f5 Add GptGod Provider
Remove timeout from aiohttp providers
Disable Opchatgpts and ChatgptLogin provider
11 months ago
abc 395fbc70e0 ~ | g4f `v-0.1.5.4` [new gui & interference]
+ version fix
11 months ago
abc 6b2ac63cd9 ~ | g4f `v-0.1.5.3` [new gui & interference] 11 months ago
abc 44eb804cc5 ~ | new instructions for gui & interference + telegram channel 11 months ago
abc 59e573b6df ~ | g4f `v-0.1.5.1` [*new gui & interference*] 11 months ago
abc 012a1fa0c7 ~ | g4f `v-0.1.5.1` [*new gui & interference**] 11 months ago
abc f73bc2d593 ~ | g4f v-0.1.5.0 11 months ago
abc 2d2cfcd894 ~ | g4f v-0.1.4.9 [major updates and patches] 11 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
11 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"
11 months ago
abc 8471ada090 ~ | g4f v-0.1.4.7 `pip install -U g4f` 11 months ago
abc 896d040c3e ~ | g4f v-0.1.4.6 `pip install -U g4f` 11 months ago
abc 791e0d4ec8 ~ | g4f v-0.1.4.5 `pip install -U g4f`
updated providers:

- g4f.Provider.Bing
- g4f.Provider.OpenaiChat
11 months ago
abc da50e84dfc ~ | g4f v-0.1.4.5 `pip install -U g4f` 11 months ago
abc a4da030d67 ~ | g4f v-0.1.4.4
release_curl bug
11 months ago
abc 98be81fef7 ~ | g4f v-`0.1.4.3` 11 months ago
abc 423485fda6 ~ | v-0.1.4.2 `pip install -U g4f` 11 months ago
abc 3ba045c9d1 ~ | pypi v-0.1.4.0 `pip install -U g4f` 11 months ago
abc 26e1fc4a7d ~ | g4f v-0.1.4.0 (new version checking system 11 months ago
abc 32d5536450 ~ | g4f v-0.1.3.9 11 months ago
abc be293e7af7 ~ | g4f v-0.1.3.8 11 months ago
abc c753894705 ~ | v-0.1.3.7 11 months ago
abc cc3f0bce72 ~ | add version (`g4f.version`) 11 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
11 months ago
Heiner Lohaus fd5c33efb8 TypeError: issubclass() arg 1 must be a class 11 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)
```
11 months ago
Heiner Lohaus a3ecabb00e Improve Vercel Provider:
- Fix endless loop
 - Add proxy, async support
 - Add default model
 Fix HuggingChat Provider
11 months ago
Heiner Lohaus e9f96ced9c Add RetryProvider 11 months ago
Heiner Lohaus 55577031d5 Add check_running_loop requirement
Add create_async function in ChatCompletion
Use SelectorEventLoop on windows
11 months ago
Heiner Lohaus 78bee08527 Check supports_stream in best_providers list 11 months ago
abc 8f48c41562 ~ 11 months ago
abc 54f4f3904e Merge branch 'main' of https://github.com/xtekky/gpt4free 11 months ago
abc f34012a98b Update __init__.py 11 months ago
Tekky 78bfbe717d
Revert "Fix type hint" 11 months ago
MIDORIBIN 51cfcde2b3 fix type hint 11 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
12 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
12 months ago
abc efd75a11b8 ~ | code styling 1 year ago
abc 6d96a1efd2 ~ | major refractoring | v0.0.2.0 1 year ago