Release the power of GPT
- 和其他网站联动:网页qa、youtube qa之类的
- 修改头像
- 创建GPTs
- 增加prompt, prompt填入gpts/prompt.txt
- 增加action, schema填入gpts/python_schema.json
- 启动本地服务
- 安装依赖: pip install -r requirements.txt
- 启动notebook: jupyter lab --notebook-dir ./working
- 启动接口服务: uvicorn src.server:app
- 暴漏服务到外网
- 方法1: 使用LocalTunnel
- 安装: npm install -g localtunnel
- 转发本地端口: lt --port 8000
- 弊端: 重启lt后地址会变, 另外相对有点慢
- 方法2: 使用花生壳
- 好处: 快, 地址固定
- WeChat:zhucheng798
- 知乎:星辰