上次白嫖的 Gemini Pro 会员, 虽然在 https://gemini.google.com/gem/coding-partner 可以使用, 但贴代码问答还是不方便..
![]() | 1 imldy 97 天前 据我所知:不能 可以找找接口逆向,配合 Cline/RooCode |
2 gotoschool 97 天前 RooCode |
![]() | 3 WasteNya 97 天前 via Android 在自定义模型中选用 Gemini 试试? |
![]() | 4 shonnliberty 97 天前 用 Gemini cli |
6 HENQIGUAI 97 天前 完全可以,Gemini cli 就行 |
7 openmynet 97 天前 可以,kilo code 支持 Gemini cli 作为 api 供应商。在 powershell 下设置好代理在运行 code, code 会继承环境变量: ```powershell $env:HTTP_PROXY = "http://127.0.0.1:7890" $env:HTTPS_PROXY = "http://127.0.0.1:7890" $env:GOOGLE_CLOUD_PROJECT="xxxx" code ./ ``` |
8 fivee 97 天前 via Android GitHub Copilot 可以配置自定义模型的 |