ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

Can we add a proxy-enabled method for the get_chat_response method

Open liuao5201314 opened this issue 2 years ago • 5 comments

My network is not very good and I need proxy support

liuao5201314 avatar Dec 09 '22 07:12 liuao5201314

there is already proxy support

Harry-Jing avatar Dec 09 '22 07:12 Harry-Jing

We need better documentation

acheong08 avatar Dec 09 '22 07:12 acheong08

true

Harry-Jing avatar Dec 09 '22 07:12 Harry-Jing

My network is not very good and I need proxy support

config = {
    "email": "<YOUR_EMAIL>",
    "password": "<YOUR_PASSWORD>"#,
    #"session_token": "<SESSION_TOKEN>", # Deprecated. Use only if you encounter captcha with email/password
    #"proxy": "<HTTP/HTTPS_PROXY>"
}

Harry-Jing avatar Dec 09 '22 07:12 Harry-Jing

Thank you very much. That's very helpful

liuao5201314 avatar Dec 09 '22 08:12 liuao5201314