You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code was working fine till yesterday now it has stopped working. even the code in official documentation is throwing this error. Please help resolve this issue
The text was updated successfully, but these errors were encountered:
Same here. Copied from official docs and it fails. All gemini models produce the same error mentioned above. Installed langchain_google_genai today with pip so im assuming its latest.
code:
from langchain_google_genai import ChatGoogleGenerativeAI
llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro")
llm.invoke("Write me a ballad about LangChain")
Hi I am having the same issue as well. I started having the issue using langchain-google-genai 1.0.8 and I keep having the same issue with 1.0.9. Same as everyone my code was working fine a week ago and I noticed it breaking from today
The code was working fine till yesterday now it has stopped working. even the code in official documentation is throwing this error. Please help resolve this issue
The text was updated successfully, but these errors were encountered: