diff options
author | mache102 <91365155+mache102@users.noreply.github.com> | 2023-05-01 16:58:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 16:58:57 +0200 |
commit | b59535129643b2988c16413e0f66bef5c7713a34 (patch) | |
tree | bec2815e11225ae3f07c9a6ed6a8d091953406ff /gui/README.md | |
parent | fix index display for search (diff) | |
parent | Merge pull request #332 from mache102/main (diff) | |
download | gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.gz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.bz2 gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.lz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.xz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.zst gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.zip |
Diffstat (limited to 'gui/README.md')
-rw-r--r-- | gui/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/README.md b/gui/README.md index c638c4dc..707fd36d 100644 --- a/gui/README.md +++ b/gui/README.md @@ -2,6 +2,8 @@ This code provides a Graphical User Interface (GUI) for gpt4free. Users can ask questions and get answers from GPT-4 API's, utilizing multiple API implementations. The project contains two different Streamlit applications: `streamlit_app.py` and `streamlit_chat_app.py`. +In addition, a new GUI script specifically implemented using PyWebIO has been added and can be found in the pywebio-gui folder. If there are errors with the Streamlit version, you can try using the PyWebIO version instead + Installation ------------ @@ -69,4 +71,4 @@ There is a bug in `streamlit_chat_app.py` right now that I haven't pinpointed ye License ------- -This project is licensed under the MIT License.
\ No newline at end of file +This project is licensed under the MIT License. |