Commit Graph

55 Commits (df92b32e98ea5c161799bb3b649c5a01ad88e979)

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

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