Code Monkey home page Code Monkey logo

Comments (3)

Databingo avatar Databingo commented on June 9, 2024

Hi, I used found this issue, when I make sure the internet access it work well.
Please try to figure out the internet accessiblity for bard, normally it require an American IP.
Feel free to feedback.
Thanks.

from aih.

moisestohias avatar moisestohias commented on June 9, 2024

Can you provide information on what and how to use the proxy? cause when I use VPN it asks for a proxy.

from aih.

Databingo avatar Databingo commented on June 9, 2024

Sure. A proxy is a service that transports your HTTP/HTTPS requests and data to Google, for breaking blocks or showing a different IP.

Any kind of proxy service software has an entrance point with the protocol in front, for example socks5://127.0.0.1:7890 with protocol socks5 on local machine, or https://101.227.97.240:443 with protocal https on remote machine.

In your case, you could set your proxy in two ways:

  1. Set your VPN as a system proxy so that every single internet transaction on you PC would go through it.
  2. Find out your VPN's entrance point and set it in Aih to use it as the proxy.

For example, suppose your VPN client software is ClashX. For the first method you can click Set as system proxy; For the second method, you could click Copy shell command to see export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 to figure out the all_proxy entrance is socks5://127.0.0.1:7890.
Screenshot

Thanks and hope it's useful.

from aih.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.