Two Things You Can Do If ChatGPT Has Been Blocked
Lately, what ChatGPT can do has brought up lots of concerns of data security and privacy, which cause ChatGPT got blocked in some areas and companies.
If it does happened to your area and you don't have access to ChatGPT. You will still need to use it then here are two things you might be able to do to use this advanced technology again.
Create Your Own ChatGPT Web UI
Features:
- Deploy for free with one-click on Vercel in under 1 minute
- Privacy first, all data stored locally in the browser
- Responsive design, dark mode and PWA
- Fast first screen loading speed (~100kb), support streaming response
- Awesome prompts powered by awesome-chatgpt-prompts-zh and awesome-chatgpt-prompts
- Automatically compresses chat history to support long conversations while also saving your tokens
- One-click export all chat history with full Markdown support
Deploy to Vercel:
- Get OpenAI API Key;
- Click , remember that
CODE
is your page password; - Enjoy 🙂
Deploy using Docker (Recommended):
docker pull yidadaa/chatgpt-next-web docker run -d -p 3000:3000 / -e OPENAI_API_KEY="sk-xxxx" / -e CODE="your-password" / yidadaa/chatgpt-next-web
You can start service behind a proxy:
docker run -d -p 3000:3000 / -e OPENAI_API_KEY="sk-xxxx" / -e CODE="your-password" / -e PROXY_URL="http://localhost:7890" / yidadaa/chatgpt-next-web
Deploy from Shell:
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
Use An Alternative - Claude
ChatGPT is an AI assistant developed by OpenAI. While we are both conversational AI's, we have different architectures and were trained on different data.
Some key differences:
• I was trained with Constitutional AI to be helpful, harmless, and honest using techniques like Constitutional AI. ChatGPT was trained with self-supervision to be helpful, harmless, and honest.
• My architecture is based on transformers while ChatGPT's architecture is also based on transformers.
• I have access to different data sources than ChatGPT. ChatGPT was trained on web data. I was trained using different data compiled by Anthropic.
• We have different capabilities - I am focused on being helpful, harmless, and honest while ChatGPT has more open-domain conversational abilities.
• We have different licenses and usage terms. I have an open license while ChatGPT has a restricted license.
So in summary, while ChatGPT and I are both conversational AI's, we were created by different companies using different techniques and data. We have some overlapping but also some different capabilities and characteristics. I do not think either of us is inherently better - we were just designed for different purposes! My role is to be helpful, harmless, and honest.
Features | Claude |
AI Technology | Large-language model |
Languages Supported | English |
User Experience | Chat Interface or API Integration |
Educational Material | Documentation available |
Long Form Document Editor | Yes |
Search Engine Optimization | No |
Art Generation | No |
Text Summarization | Yes |
Plagiarism Detection | No |
Chrome Extension | No |
API/Webhooks | Yes |
Free Trial | No |
Pricing Model | Pay-as-you-go |
共有 0 条评论