# freegpt-webui **Repository Path**: simonliu009/freegpt-webui ## Basic Information - **Project Name**: freegpt-webui - **Description**: Github上的freegpt-webui安装教程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-07-07 - **Last Updated**: 2023-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 尊重原创,第一行给原作者:[freegpt-webui](https://github.com/ramonvc/freegpt-webui) ## 安装([视频教程](https://www.bilibili.com/video/BV1nV411g7A8/?vd_source=db766104187222db5a7555eb76f0eb7c)) #### 一、安装anaconda、Git 验证:anaconda `conda -V`、Git `git -v` #### 二、克隆仓库和安装依赖等 1.克隆仓库 ``` git clone https://ghproxy.com/https://github.com/ramonvc/freegpt-webui.git git clone https://github.com/ramonvc/freegpt-webui.git ``` 2.进入仓库目录 ``` cd freegpt-webui ``` 3.创建虚拟环境并激活 ``` conda create -n freegpt python=3.10 -y activate freegpt ``` 4.安装依赖 ``` pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ pip install -r requirements.txt ``` 5.退出虚拟环境 ``` conda deactivate ``` #### 三、使用 将下列内容保存为`运行.bat` ``` @echo off call activate freegpt python run.py ``` #### 四、更新 ``` git pull ``` ## 目前想法 把更多好的开源项目分享给更多人,拒绝“国外开源,国内开会员”! 如果你喜欢我正在做的事,请给我一些支持吧,谢谢! 🍮请我喝一杯[咖啡](https://gitee.com/jiuyuaaaaaaa/support_me)!