- g4f GUI is back !!:
from g4f.gui import run_gui
run_gui()
- run interference from pypi package:
from g4f.interference import run_interference
run_interference()
more info in README.md
What's Changed
- add free ai apis & potential providers list by @zukixa in #994
- Fix: TypeError: 'type' object is not subscriptable by @Lin-jun-xiang in #993
- fix import in models by @ostix360 in #991
- Fix timeout in create_async by @hlohaus in #997
New Contributors
Full Changelog: 0.1.4.9...0.1.5.1