SawyerHood / draw-a-ui

Draw a mockup and generate html for it
https://draw-a-ui.com
MIT License
13.25k stars 1.59k forks source link

How can I apply the proxy setting for it? #21

Open temco opened 11 months ago

temco commented 11 months ago

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

yhyu13 commented 11 months ago

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

http_proxy=...
https_proxy=...
temco commented 11 months ago

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