LangChain
Requirements
Proxy Setup
HTTP_PROXY=http://customer-your_username_here:[email protected]:1080
HTTPS_PROXY=http://customer-your_username_here:[email protected]:1080import os
os.environ["HTTP_PROXY"] = "http://customer-your_username_here:[email protected]:1080"
os.environ["HTTPS_PROXY"] = "http://customer-your_username_here:[email protected]:1080"Verify the Connection
Last updated
Was this helpful?

