summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4223b57a..973804d9 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,6 @@ Install g4f with pip and then run:
```py
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">
@@ -26,10 +22,6 @@ preview:
```py
python -m g4f.interference.run
```
-or
-```py
-from g4f.interference import run_interference; run_interference()
-```
## Table of Contents
@@ -79,7 +71,7 @@ cd gpt4free
```
3. (Recommended) Create a Python virtual environment:
-You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments .
+You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments.
```