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

不良林
2 Dec 202316:18

TLDR本视频教程详细介绍了如何在无需翻墙、无需VPS、无需国外手机号的情况下,零成本使用ChatGPT。首先,通过特定方法注册ChatGPT账号并获取API key。然后,利用开源WebUI项目搭建自己的聊天界面,并通过反向代理技术实现免翻墙访问。视频还提供了关于如何保护API key隐私、突破速率限制以及自行搭建WebUI的详细步骤,确保用户能够安全、便捷地享受ChatGPT带来的智能体验。

Takeaways

  • 🌐 无需翻墙、VPS或国外手机号,即可零成本使用ChatGPT。
  • 📝 首先在ChatGPT官网注册账号,但需翻墙并避免使用香港节点。
  • 📧 注册时需验证邮箱,现在无需手机号验证,除非遇到特殊情况。
  • 🔍 遇到手机号验证问题,可以尝试更换节点或输入+86的中国号码。
  • 🔑 通过WebUI调用ChatGPT的API key,这是一种身份凭证。
  • 🛠️ 没有手机号接码的情况下,可以通过浏览器开发者面板获取sensitive_id作为API key。
  • 💡 API key具有敏感性,需妥善保管,避免泄露。
  • 🌐 使用第三方工具调用API key,或自行搭建WebUI以保护API key隐私。
  • 💰 新用户有5美金的使用额度,每个token的消耗根据字符计算。
  • 🚀 通过GitHub搭建自己的WebUI,可实现API key轮询,突破请求限制。
  • 🔗 搭建反向代理可免翻墙使用ChatGPT,但需注意DNS污染问题。
  • 📋 视频提供了详细的步骤和方法,满足不同用户的需求和使用场景。

Q & A

  • 如何零成本使用ChatGPT?

    -可以通过进入ChatGPT官网注册账号,然后使用WebUI调用API key来使用,无需翻墙、无需VPS、无需国外手机号。

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

    -首先需要翻墙进入ChatGPT官网进行注册,输入邮箱和设置密码后,验证邮箱并填写基本信息,点击同意即可。

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

    -目前注册ChatGPT不再强制要求手机号验证,但在某些情况下,如果注册过程中出现手机号验证要求,可以尝试更换节点或输入+86的中国号码。

  • 如何获取API key?

    -登录ChatGPT官网后,点击左侧的API keys,如果需要验证手机号,可以使用无痕模式注册新账号并从开发者面板中提取sensitive_id作为API key。

  • API key的有效期是多久?

    -API key的有效期尚不明确,需要进一步测试和观察。如果API key不慎泄露,可以通过重新登录官网来使旧的key失效并生成新的key。

  • 如何使用WebUI进行ChatGPT聊天?

    -首先打开作者搭建的WebUI网站,进入设置页面,启用自定义接口并粘贴API key,然后回到聊天界面即可开始聊天。

  • API key的使用量如何计算?

    -API key的使用量按token计算,一个英文单词或一个中文字符消耗一个token,每1000个token大约消耗0.002美金。

  • 如何避免API key泄露风险?

    -可以通过自己搭建反向代理,或者修改WebUI的接口地址为ChatGPT原本的API接口,避免使用第三方提供的反向代理服务。

  • 如何自己搭建WebUI并实现API key的轮询使用?

    -可以使用github pages搭建自己的WebUI,设置多个API key并通过环境变量进行轮询,突破每分钟只能发送3条信息的限制。

  • 如何绑定自己的域名到自己搭建的WebUI?

    -需要在github pages中添加自定义域名,并为自己的域名添加CNAME解析记录指向github pages的地址。

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

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

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 versatility in various fields. The speaker guides beginners through the process of registering on the ChatGPT website, including the requirement to use a VPN for registration and the changes in the registration process regarding phone number verification. The paragraph highlights the importance of asking smart questions to get reliable answers and mentions the need for a second account for demonstration purposes.

05:01

🔐 Securing an API Key and Bypassing Mobile Verification

The second paragraph delves into the process of obtaining an API key from the platform, which is necessary for developers to interact with ChatGPT. The speaker explains the sensitivity of the API key and the importance of keeping it confidential. The paragraph describes a workaround for the mobile verification requirement by using the browser's developer tools to extract a 'sensitive_id', which can be used similarly to an API key. The speaker also provides tips on how to handle the API key if it is compromised and how to use a third-party tool, a WebUI project, to interact with ChatGPT using the API key without the need for a VPN.

10:02

🛠️ Customizing WebUI and Managing API Key Usage

This paragraph focuses on the customization of the WebUI project to interact with ChatGPT. The speaker explains two methods of using the WebUI: directly using a website搭建 by the author or self-搭建 an exclusive WebUI. The paragraph details the process of configuring the WebUI with the API key, the limitations of the free usage额度, and the token-based计量 system of ChatGPT. It also addresses the rate limits of the API key and introduces the concept of key轮询 to overcome these limits. The speaker guides on how to set up a reverse proxy to protect the privacy of the API key and how to搭建 an individual WebUI for long-term, stable access to ChatGPT.

15:04

📈 Deployment and Management of Personal WebUI

The final paragraph covers the deployment and management of a personal WebUI for accessing ChatGPT. The speaker provides a step-by-step guide on deploying the WebUI using GitHub and setting up a personal domain for access without VPN. The paragraph discusses the process of adding or deleting API keys, setting up访问密码, and managing environment variables for the WebUI. It also touches on the importance of redeploying the WebUI for changes to take effect and the option to delete the WebUI if necessary. The speaker concludes by reiterating the effectiveness of the shared methods and encourages viewers to like and follow for more content.

Mindmap

Keywords

💡ChatGPT

ChatGPT是一种基于人工智能的聊天机器人,由OpenAI开发。它能够理解和生成自然语言文本,提供用户所需的信息或服务。在视频中,ChatGPT被描述为一个全知全能的对话伙伴,可以写论文、歌词、剧本,提供编程帮助等。

💡零成本

零成本指的是不需要支付任何费用就可以使用某项服务或产品。在视频教程中,作者强调了无需翻墙、无需VPS、无需国外手机号即可使用ChatGPT,意味着用户不需要承担额外的经济成本。

💡API key

API key是一种身份凭证,用于在应用程序中调用API接口。在视频中,API key允许用户通过WebUI与ChatGPT进行交互。需要注意的是,API key是敏感信息,需要妥善保管,避免泄露。

💡WebUI

WebUI指的是基于Web的用户界面,它允许用户通过网页形式与应用程序进行交互。在视频教程中,作者介绍了如何使用WebUI调用ChatGPT的API key,以便在没有翻墙的环境下使用ChatGPT。

💡翻墙

翻墙是一个网络术语,指的是绕过互联网审查制度,访问在某些地区或国家被限制或屏蔽的网站和服务。视频教程提供了无需翻墙即可使用ChatGPT的方法,这对于某些地区用户来说是一个重要的解决方案。

💡敏感信息

敏感信息是指那些需要特别保护的信息,因为它们可能涉及到个人隐私、安全或商业机密。在视频中,API key被归类为敏感信息,因为它可以允许任何人使用关联的ChatGPT账户,因此必须小心处理。

💡反向代理

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

💡Cloudflare

Cloudflare是一家提供网络安全和内容分发服务的公司。在视频中,作者使用Cloudflare的Pages服务来创建一个反向代理,以实现无需翻墙使用ChatGPT的目的。

💡DNS污染

DNS污染是一种网络攻击手段,通过篡改DNS解析结果,使用户无法访问特定的网站。在视频中,提到了部分地区可能存在对Cloudflare Pages域名的DNS污染问题,需要通过绑定自己的域名来解决。

💡速率限制

速率限制是指对某个服务或操作的频率进行限制,以防止滥用或过载。在视频中,作者提到了ChatGPT的API key有每分钟请求次数和每天请求次数的限制,用户可以通过搭建自己的系统来管理多个API key,实现速率的轮询使用。

💡token

在ChatGPT中,token是计量单位,用于衡量聊天内容的长度。一个英文单词或一个中文字符都被视为一个token。视频教程中提到,用户的使用额度以token计算,每个新用户都有5美金的使用额度,可以用来发送一定数量的token。

Highlights

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

电脑端和手机端都能随时随地使用ChatGPT

ChatGPT在多个领域的应用,如写作、编程、翻译等

注册ChatGPT账号的详细步骤

绕过手机号验证的方法

如何获取和使用API key

API key的敏感性和保护方法

使用WebUI项目调用ChatGPT API的教程

如何在没有科学上网的环境下使用ChatGPT

API key的使用量和费用说明

API key的聊天速率限制和轮询使用技巧

自己搭建反向代理以保护API key的安全

使用Cloudflare Pages搭建自己的反向代理

如何绑定自己的域名到反向代理

突破发送信息速率限制的方法

WebUI的部署和环境变量设置教程

删除WebUI的操作方法

利用API key免翻墙使用ChatGPT的完整指南