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

[Question] google-gemini上游存在,本项目好像没有成功? #376

Open
JYbill opened this issue Aug 26, 2024 · 0 comments
Open

[Question] google-gemini上游存在,本项目好像没有成功? #376

JYbill opened this issue Aug 26, 2024 · 0 comments

Comments

@JYbill
Copy link

JYbill commented Aug 26, 2024

  • 配置
# ...
geox-url:
  geoip: "https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat"
  geosite: "https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat"
  • script
// 这里是伪代码,代码自己验证过可以正常运行
config["rules"].unshift(
    `GEOSITE,openai,${proxyUSAField}`,
    // `DOMAIN-KEYWORD,gemini,${proxyUSAField}`, // 这块好像没有生成成功,用于代替
    `GEOSITE,google-gemini,${proxyUSAField}`, // ❌!!!
    `GEOSITE,anthropic,${proxyUSAField}`
);

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant