diff options
author | Eikosa <darkofheking@gmail.com> | 2024-01-21 00:11:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 00:11:26 +0100 |
commit | e9351267024d25b6e4378db41f1a453cc7299e5a (patch) | |
tree | 35cafc9dd0b02caa4fe209f78d88e514e8c5c217 | |
parent | Merge pull request #1480 from diaodeng/gpt4free-diaodeng (diff) | |
download | gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar.gz gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar.bz2 gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar.lz gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar.xz gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.tar.zst gpt4free-e9351267024d25b6e4378db41f1a453cc7299e5a.zip |
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |