Open Uddhav07 opened 2 months ago
i even tried
from langchain_google_genai import GoogleGenerativeAI
but langsmith unable to import like ughh
make sure the agents.yaml looks like this
framework: crewai
topic: create movie script about cat in mars
roles:
researcher:
backstory: Skilled in finding and organizing information, with a focus on research
efficiency.
goal: Gather information about Mars and cats
role: Researcher
llm:
model: "google/gemini-1.5-flash-001"
tasks:
gather_research:
description: Research and gather information about Mars, its environment,
and cats, including their behavior and characteristics.
expected_output: Document with research findings, including interesting facts
and information.
tools:
- ''
Documentation here https://docs.praison.ai/models/google/
Also make sure you set the model in agents.yaml like this model: "google/gemini-1.5-flash-001"
Documentation here https://docs.praison.ai/models/google/ Also make sure you set the model in agents.yaml like this
model: "google/gemini-1.5-flash-001"
Yes