ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
74.45k stars 58.72k forks source link

[Bug] Gemini No Response #5014

Closed Graysonzhan closed 1 month ago

Graysonzhan commented 1 month ago

📦 Deployment Method

Vercel

📌 Version

V2.13

💻 Operating System

Windows

📌 System Version

Latest

🌐 Browser

Chrome

📌 Browser Version

Latest

🐛 Bug Description

No response from Gemini

📷 Recurrence Steps

No response

🚦 Expected Behavior

No response

📝 Additional Information

No response

xunxuntj commented 1 month ago

Vercel deployment, there's no response when selecting Gemini model

cnhkbbs commented 1 month ago

I also encountered this issue, Google seems to have banned API calls similar to those made by data center IPs🤔

sunrisewestern commented 1 month ago

I also encountered this issue, Google seems to have banned API calls similar to those made by data center IPs🤔

Gemini pro 1.5 lastest works when roll back to 2.12.3 on vercel, so it's not a ip banned problem.

yeung66 commented 1 month ago

it seems the hotfix introduces the issue. Now it will call the wrong url call for gemini with /v1beta/models/gemini-1.5-pro-latest:generateContent and lack /api/google. It should call /api/google/v1beta/models/gemini-1.5-pro-latest:generateContent.

Dogtiti commented 1 month ago

fixed~