summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-01-21 00:49:36 +0100
committerGitHub <noreply@github.com>2024-01-21 00:49:36 +0100
commite1c2538c3e326ef42e2d3bdb86880c550a55bc27 (patch)
tree35cafc9dd0b02caa4fe209f78d88e514e8c5c217
parentMerge pull request #1480 from diaodeng/gpt4free-diaodeng (diff)
parentWeb UI Instructions, Update README.md (diff)
downloadgpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar.gz
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar.bz2
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar.lz
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar.xz
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.tar.zst
gpt4free-e1c2538c3e326ef42e2d3bdb86880c550a55bc27.zip
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3412c896..f54750d6 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ docker pull hlohaus789/g4f
- [Install using pypi](#install-using-pypi)
+ [Docker for Developers](#docker-for-developers)
- [💡 Usage](#-usage)
+ * [The Web UI](#the-web-ui)
* [The `g4f` Package](#the-g4f-package)
+ [ChatCompletion](#chatcompletion)
- [Completion](#completion)
@@ -182,6 +183,14 @@ docker-compose down
## 💡 Usage
+### The Web UI
+
+To use it in the web interface, type the following codes in the command line.
+```python3
+from g4f.gui import run_gui
+run_gui()
+```
+
### The `g4f` Package
#### ChatCompletion