【完全免费】零成本使用ChatGPT,无需VPS、无需翻墙、无需国外手机号接码,新手小白入门教程|ChatGPT简单上手|绕过apikey验证手机号限制|跨境电商|网赚必备|API key使用指南

不良林
2 Dec 202316:18

TLDR本期教程介绍了如何零成本、无需翻墙、无需VPS、无需国外手机号使用ChatGPT。首先,通过特定方式注册ChatGPT账号,然后获取API key或使用sensitive_id绕过手机验证。接着,通过WebUI调用API key与ChatGPT交互,实现无需翻墙的聊天体验。教程还提供了自己搭建反向代理和WebUI的方法,确保API key的隐私安全,并突破发送速率限制。

Takeaways

  • 🌐 无需翻墙、VPS或国外手机号,即可零成本使用ChatGPT。
  • 📝 首先在ChatGPT官网注册账号,但需翻墙且不能使用香港节点。
  • 📧 注册时需验证邮箱,现在无需手机验证,但如遇手机验证页面,可尝试更换节点或输入+86中国号码。
  • 🔍 通过浏览器开发者工具获取sensitive_id,可绕过手机号验证创建API key。
  • 🔑 API key是敏感信息,类似于密码,需妥善保管,不可泄露。
  • 🔧 使用第三方工具如WebUI调用API key,实现无需翻墙使用ChatGPT。
  • 💰 新用户有5美金的使用额度,每个token的消耗取决于信息长度。
  • 🚀 可以通过搭建自己的反向代理来保护API key的隐私安全。
  • 🔄 使用多个API key轮询,突破每分钟只能发送3条信息的限制。
  • 🛠️ 自己搭建WebUI,可一劳永逸地解决使用限制问题。
  • 🗑️ 如需删除WebUI,可在设置页面找到delete按钮进行操作。

Q & A

  • 如何零成本使用ChatGPT?

    -可以通过进入ChatGPT官网注册账号,然后按照视频中的步骤操作,无需翻墙、无需VPS、无需国外手机号即可使用。

  • 注册ChatGPT账号需要哪些步骤?

    -首先需要翻墙进入ChatGPT官网,点击sign up注册,输入邮箱和密码,然后验证邮箱,填写基本信息并同意条款,即可完成注册。

  • 现在注册ChatGPT还需要验证手机号吗?

    -根据视频内容,现在注册ChatGPT已经不再需要强制验证手机号,但如果没有验证手机号,某些功能如创建API key可能会受到限制。

  • 如何绕过手机号验证创建API key?

    -可以通过浏览器的开发者面板,找到并复制sensitive_id来充当API key,这样就可以在没有验证手机号的情况下使用API。

  • 什么是API key?

    -API key是ChatGPT的一种身份凭证,允许开发者在自己的应用程序中调用API与ChatGPT进行交互。

  • 如何使用WebUI调用ChatGPT的API key?

    -首先找到一个可以调用API的第三方工具,如开源的WebUI项目。然后在WebUI的设置页面中启用自定义接口,并将API key粘贴到对应位置,即可开始使用。

  • 使用API key有哪些限制?

    -API key有使用额度限制,每个新用户有5美金的使用额度;另外还有速率限制,例如每分钟可以发送3条信息。

  • 如何自己搭建反向代理来保护API key的隐私安全?

    -可以通过Cloudflare的Pages服务创建应用程序,并上传反向代理ChatGPT的代码,然后绑定自己的域名,这样就可以搭建一个专属的反向代理。

  • 如何突破API key的速率限制?

    -如果有多个API key,可以通过自己搭建的WebUI实现轮询使用,从而突破每分钟只能发送3条信息的限制。

  • 如何删除自己搭建的WebUI?

    -在设置页面的最下面找到红色的delete按钮,按照提示操作即可删除WebUI。

  • 视频提到了另一种使用ChatGPT的方式是什么?

    -视频提到了使用access token的方式,但没有详细介绍,只是提到了它与API key相比有相应的优缺点。

Outlines

00:00

🚀 Introduction to Accessing ChatGPT Without Restrictions

This paragraph introduces the audience to a method for accessing ChatGPT without the need for a VPN, VPS, or an international phone number. The speaker, known as '不良林', emphasizes the significance of ChatGPT in the popularization of AI technology and its various applications such as writing, programming, and translation. The speaker guides beginners through the process of registering on the ChatGPT website, including the requirement to verify the email and the changes in the registration process regarding phone number verification. The paragraph also touches on the limitations faced when using the web version of ChatGPT and teases further instructions on overcoming these barriers.

05:01

🔑 Retrieving API Keys and Using WebUI

The second paragraph delves into the process of obtaining an API key from the platform website, which is necessary for developers to integrate ChatGPT into their applications. The speaker explains the importance of keeping the API key confidential and provides a workaround for the phone verification requirement by using the 'sensitive_id'. The paragraph then introduces a popular open-source WebUI project, explaining two methods of usage: utilizing the author's pre-built site or creating a personal WebUI. The speaker demonstrates how to configure the WebUI with the API key to enable chatting with ChatGPT without the need for a VPN. Additionally, the paragraph discusses the limitations of the free usage额度, the token system, and the rate limits imposed on API key usage.

10:02

🛡️ Ensuring Security and Privacy with Reverse Proxy

This paragraph addresses the security concerns of using a third-party site to access ChatGPT via API, as it involves sharing the API key with the site operator. The speaker provides a detailed guide on setting up a reverse proxy using Cloudflare Pages to maintain privacy and avoid exposing the API key. The process includes creating an application, uploading the necessary code, and configuring a custom domain to bypass DNS pollution issues. The speaker also explains how to overcome rate limits by setting up key rotation, which allows for continuous usage without restrictions.

15:04

📝 Customizing and Managing Your WebUI

The final paragraph provides instructions on customizing and managing the personal WebUI, including deploying it on GitHub and setting up environment variables for multiple API keys and access passwords. The speaker explains how to overcome rate limits by using key rotation and how to configure the WebUI with various settings, such as disabling manual key input and enabling API balance queries. The paragraph concludes with instructions on how to delete the WebUI if desired, offering a comprehensive guide for users to fully control their ChatGPT access experience.

Mindmap

Keywords

💡ChatGPT

ChatGPT是一种基于人工智能的聊天机器人,由OpenAI开发。它能够理解和生成自然语言文本,帮助用户解答问题、撰写文章、编写代码等。在视频中,ChatGPT被描述为一个全知全能的AI,可以提供有价值的回答,无论是写论文、写歌词还是编程改错。

💡翻墙

翻墙是一个网络术语,指的是通过某些技术手段绕过互联网封锁,访问在某些地区或国家受限的网站和服务。在视频中,作者介绍了如何在无需翻墙的情况下使用ChatGPT,这对于居住在网络受限地区的用户来说是一个重要的解决方案。

💡API key

API key是一种身份凭证,用于在应用程序中调用API接口。在视频中,API key允许用户在没有手机号验证的情况下,通过WebUI调用ChatGPT的API进行交互。API key的安全性非常重要,因为它类似于密码,可以控制对API的访问。

💡手机号验证

手机号验证是一种安全措施,要求用户提供手机号并通过短信或其他方式接收验证码,以验证其身份。在视频中,作者提到了一种绕过手机号验证的方法,即使用sensitive_id作为替代,从而在没有手机号的情况下也能使用ChatGPT。

💡WebUI

WebUI是指基于Web的用户界面,用户可以通过它与后端服务进行交互。在视频中,WebUI作为一个开源项目,提供了一个界面让用户可以在不翻墙的情况下,通过API key与ChatGPT进行交互。

💡反向代理

反向代理是一种服务器,它位于客户端和后端服务器之间,对外表现为后端服务器。客户端发送的请求先经过反向代理,由它来转发到后端服务器。在视频中,通过搭建自己的反向代理,用户可以在不暴露API key的情况下,安全地使用ChatGPT。

💡token

在ChatGPT中,token是计量单位,用来计算API使用的费用。一个英文单词或一个中文字符都被视为一个token。视频中提到,每个新用户都有5美金的使用额度,可以用来消费一定数量的token。

💡速率限制

速率限制是指在一定时间内,API或服务能够处理的请求数量的限制。在视频中,ChatGPT的API key有速率限制,例如每分钟只能发送3条信息。

💡key轮询

key轮询是一种技术手段,通过在多个API key之间轮流切换,来突破单一API key的速率限制。在视频中,用户可以通过搭建自己的WebUI并配置多个API key,实现在一分钟内发送更多信息。

💡Cloudflare

Cloudflare是一家提供网络安全和优化服务的公司,它的服务包括CDN、DDoS防护、Web应用防火墙等。在视频中,Cloudflare的Pages服务被用来搭建反向代理,以实现无需翻墙使用ChatGPT的目的。

💡GitHub

GitHub是一个面向开发者的代码托管平台,用户可以在上面创建和管理自己的项目。在视频中,GitHub被用来部署用户自己的WebUI项目,并通过设置环境变量来配置API key和访问密码。

Highlights

无需翻墙、无需VPS、无需国外手机号,零成本使用ChatGPT

ChatGPT的里程碑式意义,适用于多个领域问题

注册ChatGPT账号的详细步骤

绕过手机号验证限制的方法

获取API key的技巧,无需手机验证

使用WebUI调用ChatGPT API的简便方法

API key的敏感性和保护方法

如何自己搭建WebUI,提高使用灵活性

解决API key速率限制的问题

通过Cloudflare搭建反向代理的步骤

如何绑定自己的域名到WebUI

WebUI的部署和环境变量设置

API余额查询和key轮询使用

如何删除自己搭建的WebUI

ChatGPT的token计量单位和计费方式

如何安全地管理和使用API key

ChatGPT的多种使用方式和适用场景