Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/xtekky/gpt4free
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Oct 8, 2023
2 parents 9f63efc + 4bd1780 commit 115c41c
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ pip install -U g4f

## New features
- Telegram Channel: https://t.me/g4f_official
- g4f GUI is back !!:
- g4f GUI is back !!:
Install g4f with pip and then run:
```py
from g4f.gui import run_gui

run_gui()
python -m g4f.gui.run
```
or
```py
from g4f.gui import run_gui; run_gui()
```
preview:

<img width="1470" alt="image" src="https://github.com/xtekky/gpt4free/assets/98614666/57ad818a-a0dd-4eae-83e1-3fff848ae040">

- run interference from pypi package:
```py
from g4f.interference import run_interference

run_interference()
python -m g4f.interference.run
```
or
```py
from g4f.interference import run_interference; run_interference()
```

## Table of Contents
Expand Down

0 comments on commit 115c41c

Please sign in to comment.