myChat - third-party ChatGPT native client, supports win and mac systems

foreword

Maybe you haven't experienced ChatGPT, but you must have heard of it. Suffering from the high walls, it is impossible to use ChatGPT conveniently. Then you can't miss myChat , a third-party ChatGPT native client. Based on GPT-3.5, the same model of ChatGPT provided by OpenAI, it can achieve similar effects to ChatGPT, which can be used immediately without magic.

catch up

Hey, the above are the lines I originally thought of. I never thought that openAI would increase the price layer by layer. First, it disabled our country’s access API, and then reduced the free quota of $18 to $5 . Today, it even canceled the free quota directly . If you happened to apply for the API today, you should be able to see that the free quota has been reset to zero.

So, I temporarily changed the usage of the software to support custom API addresses, and also support the input of proxy IP and port to deal with the closure of openAI.

how to use

Download the corresponding package

There are win version, mac M chip version, and mac Intel version. You can download the corresponding version in my github (https://github.com/pangao1990/myChat).
insert image description here

Enter the sh code of openAI

I originally wanted to pre-install my sh code in the program, but think about it. In case my sh code quota is used up, wouldn't it mean that the program can't be used either. So, let’s fill in the sh code you applied for here.

You can read my other blog, the ultra-detailed tutorial on registering an OpenAI interface account to get the OpenAI API sh code .

If you find it troublesome, you can also try my sh code for a fee. Talking about money does not hurt feelings.
insert image description here

set proxy

That's right, there was no need to use magic to access the Internet. Unfortunately, on March 2, openAI also blocked the API, and now it cannot be accessed in China. Therefore, if you want to use this software, you must use magic. If it is a proxy to access the Internet, you need to fill in the proxy IP and port here.

insert image description here
insert image description here

Add chat topic

Here you can set chat topics by category, and ChatGPT will give different answers according to different chat topics.
insert image description here

test

If I hadn’t checked on Baidu, I wouldn’t even know that ChatGPT is talking nonsense again. There doesn't seem to be a famous singer named Pan Gao. This should be compiled by ChatGPT itself.
insert image description here
insert image description here


For more programming teaching, please pay attention to the official account: Pan Gao will accompany you to learn programming


Guess you like

Origin blog.csdn.net/u011236348/article/details/129511894