Skip to main content

Command Palette

Search for a command to run...

ChatGPT Token From China

Updated
1 min read
ChatGPT Token From China

The people in China can not visit https://openai.com directly.
If some sone want to use ChatGPT, he must use proxy.

My wife think it's too trouble to do that. she asked me to visit ChatGPT from website don't need any proxy.

I have a aliyun server, and in the beginning of 2023 I use VPS located in the US to deploy a website can use access token to visit ChatGPT.

xueandyue/ChatGPT-AccessToken-Web: 本项目基于使用accesstoken的方式实现了网页版 ChatGPT 的前端,是用ChatGPT-Next-Web项目进行修改而得,默认Main分支对接gpt3.5的模型,gpt4分支对接gpt4模型。另外本项目需要的后端服务是pandoranext项目。项目是站在ChatGPT-Next-Web和pandoranext项目的作者肩膀上,感谢他们! (github.com)

I found this repo is update rectenly.

First, I run access_token on my abroad Server, but Server configuration is not very well.
When I start Docker,ths OS killed my app several minutes later.
Then, I move to aliyun.

I got an error.

{
  "cause": {
    "errno": -111,
    "code": "ECONNREFUSED",
    "syscall": "connect",
    "address": "127.0.0.1",
    "port": 8008
  }
}

Then, I used the second method, it works.

More from this blog

《一本书看懂新能源汽车》读书笔记

什么是新能源汽车? 新能源汽车是指采用新型动力系统,完全或者主要依靠新型能源驱动的汽车,包括插电式混合动力(含增程式)汽车、纯电动汽车和燃料电池汽车等。 什么是串联式混合动力汽车? 一男一女两个人骑单人自行车,男人(电动机)负责踩踏板,女人(发动机)坐在后座无法踩踏板,但是可以在男人累的时候给他喂口水喝(给电动机输入电能),如此驱动车辆继续前行。 什么是并联式混合动力汽车? 一男一女两个人骑双人自行车,男人(电动机)负责踩前踏板,女人(发动机)负责踩后踏板,二人合力驱动自行车前行;这个...

Jun 1, 20241 min read
《一本书看懂新能源汽车》读书笔记

2024 Jia Xianhua

16 posts