gpt4free/gui/pywebio-gui/README.md
2023-05-01 12:04:52 +08:00

25 lines
607 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GUI with PyWebIO
Simple, fast, and with fewer errors
Only requires
```bash
pip install gpt4free
pip install pywebio
```
clicking on 'pywebio-usesless.py' will run it
PS: Currently, only 'usesless' is implemented, and the GUI is expected to be updated infrequently, with a focus on stability.
↓ Here is the introduction in zh-Hans-CN below.
# 使用pywebio实现的极简GUI
简单,快捷,报错少
只需要
```bash
pip install gpt4free
pip install pywebio
```
双击pywebio-usesless.py即可运行
ps目前仅实现usesless这个gui更新频率应该会比较少目的是追求稳定