Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a proxy setting for plugin #32

Closed
clipsheep6 opened this issue Dec 29, 2022 · 2 comments
Closed

a proxy setting for plugin #32

clipsheep6 opened this issue Dec 29, 2022 · 2 comments

Comments

@clipsheep6
Copy link

Since some region is blocked by openai, maybe add a proxy config to let all the traffic using a proxy?

@benzntech
Copy link

@gencay :
Documentation : https://pptr.dev/api/puppeteer.browsercontextoptions
Reference
the standard puppeteer launch arg '--proxy-server'

the current solution is:
const browser = await puppeteer.launch({ args: [ '--proxy-server=127.0.0.1:9876' ] });

gencay added a commit that referenced this issue Jan 4, 2023
@gencay
Copy link
Owner

gencay commented Jan 4, 2023

@clipsheep6 @benzntech please update to v2.6 to use proxy server setting. Check out readme for details https://github.com/gencay/vscode-chatgpt#using-proxies

@gencay gencay closed this as completed Jan 4, 2023
gencay added a commit that referenced this issue Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants