janda-datascience
Results
1
comments of
janda-datascience
import os from crewai import Agent, Task, Crew, Process from langchain_google_genai import ChatGoogleGenerativeAI llm = ChatGoogleGenerativeAI(model="gemini-pro",verbose = True,temperature = 0.1,google_api_key="GEMINI-API-KEY") # Define your agents with roles and goals researcher =...