draw-a-ui icon indicating copy to clipboard operation
draw-a-ui copied to clipboard

How can I apply the proxy setting for it?

Open temco opened this issue 1 year ago • 2 comments

I want to apply a http proxy setting for the program to touch GPT-4, can I add some codes in some file?

temco avatar Nov 13 '23 03:11 temco

If you proxy is at system level, you can add them into .env.local

http_proxy=...
https_proxy=...

yhyu13 avatar Nov 19 '23 12:11 yhyu13

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

temco avatar Nov 20 '23 00:11 temco