Commit Graph

26 Commits (32d55364507fd575b467d0458729b05635530e27)

Author SHA1 Message Date
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
MIDORIBIN f6ef3cb223 refactor: refactor provider 1 year ago
abc cfa4380e89 ~ | small fixes & new pypi version | v-0.0.1.9 1 year ago
abc d53fc931a3 small fixes & new pypi version 1 year ago
MIDORIBIN 6dd8a5a1f4 refactor: refactor models 1 year ago
abc e946729736 minor fixes 1 year ago
t.me/xtekky 5db58fd87f gpt4free v2, first release 1 year ago