joeyHXD / aichat_chatGPT_API

Hoshino插件,可以用chatGPT的API对话
12 stars 3 forks source link

代理的格式是什么样的? #5

Closed WindStill closed 1 year ago

WindStill commented 1 year ago

setting.py里的proxy应该怎么写?支持哪些类型?

WindStill commented 1 year ago

已解决,貌似是支持http代理,ip:port

joeyHXD commented 1 year ago

给以后的人写一下: 直接填http或者https的str就行 或者你也可以使用dict:

proxy = {"http": your_proxy, "https": your_proxy}