Sunshy
Results
3
comments of
Sunshy
The same problem encountered by me
> > 我也遇到了这个问题 GRPC 返回 503,但我的错误是 google.api_core.exceptions.RetryError: Deadline of 60.0s超过调用目标函数时,最后一个异常:503 无法连接到所有地址;最后一个错误:未知:ipv4:172.217.160.74:443:无法连接到远程主机:FD 关闭。 IP无法访问 > > You can bypass GRPC and use rest: > > genai.configure(api_key=GOOGLE_API_KEY,transport='rest') It really works.
Have you solved it?