draw-a-ui
draw-a-ui copied to clipboard
How can I apply the proxy setting for it?
I want to apply a http proxy setting for the program to touch GPT-4, can I add some codes in some file?
If you proxy is at system level, you can add them into .env.local
http_proxy=...
https_proxy=...
If you proxy is at system level, you can add them into .env.local
http_proxy=... https_proxy=...
thanks, maybe my account has no privilege on GPT-4V