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
just want to ask a questions, is it possible to use google gemini API?
why am i stupidly asking question here? - the discord link was dead so idk where to ask my question
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
from langchain_google_genai import ChatGoogleGenerativeAI
...
llm = ChatGoogleGenerativeAI(
model="gemini-1.5-flash",
google_api_key=GEMINI_API_KEY,
)
``` with the rest of the demo app as usual (i'm using this in production right now and working great
🚀 The feature, motivation and pitch
just want to ask a questions, is it possible to use google gemini API?
why am i stupidly asking question here? - the discord link was dead so idk where to ask my question
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: