deno代理教程

感谢@ zxj1009587922贡献的教程https://github.com/zxj1009587922

  1. 打开网址:

https://dash.deno.com/new?url=https://raw.githubusercontent.com/hbsgithub/deno-azure-openai-proxy/main/main.ts

  1. 点击continue with Github

  2. 利用GitHub账号进行登录

  3. (可能需要再次点击)会出现下图所示

  1. 部署成功后会出现下图的界面

  1. 点击setting,设置自己的喜欢的域名

  1. 点击add variable,添加两个环境变量:RESOURCE_NAME和DEPLOY_NAME_GPT35

至此,代理部署完毕,使用https://domain.deno.dev/v1(或者是https://domain.deno.dev)实现代理

Last updated