huhu415

Results 7 comments of huhu415

In fact, the Linux host I use is in Singapore, and the host can access chatgpt without using a VPN, and you may not have seen my last sentence: "by...

I found the problem, which is that OpenAI detects TLS signatures. I need to find a way to simulate TLS signatures.

Why can I run your JavaScript project on the same VPS, but not my Golang project? If my VPS is blocked, then no project on this VPS can access OpenAI's...

Just succeeded once, it's definitely not because of TLS, it should be due to the order of request headers, and then it's about sending the data inside the JSON, it...

> ![image](https://github.com/songquanpeng/one-api/assets/39998050/c048fe63-1e52-41e7-bfe8-7978b9f0a78f) > > > > 复现了,但是官方就是这样的 我用curl 命令行是可以正常输出的啊 好奇怪啊😳

我又提了一个pr, 我在使用过程中出现cors了, 仔细说明在我[博客](https://blog.zzyan.com/p/gin-core%E8%B7%A8%E5%9F%9F%E9%97%AE%E9%A2%98/)里面. 没有病毒, 您过目.

好的, 谢谢你, 那我想要看懂这个代码, 应该看什么书啊, 看网络通讯加密协议的书? 还是说先练习抓包啊, 看看包里是什么