Error using gemini

I’m getting following error when trying to use gemini in the course juypter notebook instead of openai:


ModuleNotFoundError Traceback (most recent call last)
Cell In[5], line 1
----> 1 from langchain_google_genai import ChatGoogleGenerativeAI
4 from langgraph.types import Command, interrupt
5 from langgraph.graph import END, START, StateGraph

ModuleNotFoundError: No module named ‘langchain_google_genai’

hi @rpanjwani
You need to install langchain_google_genai using !pip install langchain_google_genai