# gpt-web **Repository Path**: tari-tech-parttime/gpt-web ## Basic Information - **Project Name**: gpt-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-01 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chatgpt网页版 - 项目类别:其他辅助工具 - 爱店家,飞雀网,米站 > 通过chatgpt的api接口,对生成的内容进行网页显示,实现普通的交互操作功能 ## 运行条件 - python3.11 安装依赖 ```shell pip install -r requirements.txt ``` 运行 ```shell python gpt4_web.py ``` ## 打包 gpt4 ```shell pyinstaller -F gpt4_web.py ``` 星火 ```shell pyinstaller -F sparkai_web.py ```