ChatGPT
ChatGPT copied to clipboard
Can we add a proxy-enabled method for the get_chat_response method
My network is not very good and I need proxy support
there is already proxy support
We need better documentation
true
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>"
}
Thank you very much. That's very helpful