diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-24 10:18:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 10:18:23 +0200 |
commit | c1f36a85e5303d8af5054c9f3e7412d3506c6874 (patch) | |
tree | 4ce5337d1293f974a90710134beb16a431bdc784 /README.md | |
parent | Merge pull request #1134 from eltociear/patch-4 (diff) | |
download | gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar.gz gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar.bz2 gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar.lz gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar.xz gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.tar.zst gpt4free-c1f36a85e5303d8af5054c9f3e7412d3506c6874.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 37 |
1 files changed, 2 insertions, 35 deletions
@@ -7,42 +7,9 @@ By using this repository or any code related to it, you agree to the [legal noti pip install -U g4f ``` -or if you just want to use the gui or interference api, install with [pipx](https://pypa.github.io/pipx/) - -```sh -pipx install g4f -``` - ## New features -- Telegram Channel: https://t.me/g4f_channel -- g4f GUI is back !!: -Install g4f with pip and then run: - -```sh -g4f gui -``` - -or - -```sh -python -m g4f.gui.run -``` - -preview: - -<img width="1470" alt="image" src="https://github.com/xtekky/gpt4free/assets/98614666/a767290f-d29c-471c-9db4-6905d1cb6489"> - -- run interference api from pypi package: - -```sh -g4f api -``` - -or - -```py -python -m g4f.interference.run -``` +* Telegram Channel: [t.me/g4f_channel](https://t.me/g4f_channel) +* g4f documentation (unfinished): [docs.g4f.ai](https://docs.g4f.ai) | Contribute to the docs via: [github.com/xtekky/gpt4free-docs](https://github.com/xtekky/gpt4free-docs) ## Table of Contents |