diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-11 20:00:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 20:00:25 +0200 |
commit | 4829f3bfec19b04c22f87830ef4aba9dbe37c306 (patch) | |
tree | d372617b42e0687598fc573a2bc999bf1dbf06d3 | |
parent | ~ | g4f v-0.1.6.1 (diff) | |
download | gpt4free-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 |
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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. ``` |