gemini-cli使用
·
这种方法是用命令行复制的
set NO_BROWSER=true
set http_proxy=http://127.0.0.1:7897
set https_proxy=http://127.0.0.1:7897
gemini
下面这种可以用浏览器访问
set http_proxy=http://127.0.0.1:7897
set https_proxy=http://127.0.0.1:7897
set HTTP_PROXY=http://127.0.0.1:7897
set HTTPS_PROXY=http://127.0.0.1:7897
set NO_PROXY=localhost,127.0.0.1,::1
set no_proxy=localhost,127.0.0.1,::1
gemini
用/auth切换用户
更多推荐



所有评论(0)