GeminiProChat
GeminiProChat copied to clipboard
[GoogleGenerativeAI Error]: Error fetching from fetch failed
What operating system are you using?
WINDOWS11
What browser are you using?
Chrome
Describe the bug
The way I deploy using docker Google key test ok,Is there a problem with docker deployment? use it run:docker run --name chat --restart always -p 3000:3000 -itd -e GEMINI_API_KEY=Googlekey(test ok.) babaohuang/geminiprochat:latest
What prompt did you enter?
i ask :hello but reture👇: Error [GoogleGenerativeAI Error]: Error fetching from fetch failed
Console Logs
No response
Participation
- [ ] I am willing to submit a pull request for this issue.
same issue
where is the server located in ?
same issue
- Read README to learn how to build a proxy service
- After deploying the proxy service to Vercel, bind a domain name to the deployed proxy service instead of using the url generated by Vercel
- Set an environment variable named API_BASE_URL with the value you got from step2 which looks like
https://proxy.YOUR_DOMAIN.com
- Redeploy your application
I hope this helps.