From e9351267024d25b6e4378db41f1a453cc7299e5a Mon Sep 17 00:00:00 2001 From: Eikosa Date: Sun, 21 Jan 2024 02:11:26 +0300 Subject: Web UI Instructions, Update README.md Added web ui instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3