ABAO77's picture
test code
28b686e
raw
history blame contribute delete
140 Bytes
from langchain_google_genai import ChatGoogleGenerativeAI
llm = ChatGoogleGenerativeAI(
model="gemini-1.5-flash",
temperature=0,
)