Skip to content
View JimmyWan2022's full-sized avatar

Highlights

  • Pro

Block or report JimmyWan2022

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. r2s-best-practice r2s-best-practice Public

    openwrt r2s实践

    14

  2. cloudflare-worker-proxy cloudflare-worker-proxy
    1
    // Website you intended to retrieve for users.
    2
    const upstream = 'api.openai.com'
    3
    
                  
    4
    // Custom pathname for the upstream website.
    5
    const upstream_path = '/'
  3. chatgptProxyAPI chatgptProxyAPI Public template

    Forked from x-dr/chatgptProxyAPI

    使用cloudflare 搭建免费的 OpenAI api代理 ,解决网络无法访问问题。支持 Stream 流式输出

    JavaScript