免费gpt4使用方案
来自
https://github.com/zhongruichen/lmarena-proxy
部署教程:
安装:
git clone https://github.com/zhongruichen/lmarena-proxy.git
cd lmarena-proxy
pip install -r requirements.txt
安装浏览器脚本 (Tampermonkey)
这是最关键的一步。此脚本负责连接代理服务器并执行请求。
推荐方式 (自动更新):
- 点击此链接进行安装: Install Script from GitHub
- Tampermonkey 会自动打开一个页面,显示脚本信息,点击 “安装” 按钮。
手动方式:
- 安装 Tampermonkey 浏览器扩展。
- 打开项目中的
lmarena_injector.user.js文件。 - 复制文件的 全部 内容。
- 点击 Tampermonkey 浏览器图标,选择 “创建新脚本”。
- 将复制的内容粘贴到编辑器中,替换掉所有默认内容。
- 保存脚本 (Ctrl+S)。
启动服务器
- Windows 用户:
直接双击运行
start_windows.bat文件。

Comments 0 条评论