Appearance
## 创建名字叫gai虚拟环境 python3 -m venv gai ## 启用 source gai/bin/activate ## 安装依赖 pip install -r requirements.txt ## 运行 python3 main.py