summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-11 20:00:25 +0200
committerGitHub <noreply@github.com>2023-10-11 20:00:25 +0200
commit4829f3bfec19b04c22f87830ef4aba9dbe37c306 (patch)
treed372617b42e0687598fc573a2bc999bf1dbf06d3
parent~ | g4f v-0.1.6.1 (diff)
downloadgpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar.gz
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar.bz2
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar.lz
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar.xz
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.tar.zst
gpt4free-4829f3bfec19b04c22f87830ef4aba9dbe37c306.zip
-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.
```