Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AndyNoCode

25.5k members • Free

Automate Business AI

4.5k members • Free

AI Developer Accelerator

10.8k members • Free

Performance 101

1k members • Free

3 contributions to AI Developer Accelerator
Help me solve the error in crewai
import os from crewai import Agent, Task, Crew, Process from crewai_tools import SerperDevTool, WebsiteSearchTool # Set your API keys and other environment variables os.environ["SERPER_API_KEY"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" os.environ["OPENAI_API_BASE"] = 'https://api.groq.com/openai/v1' os.environ["OPENAI_MODEL_NAME"] = 'llama3-70b-8192' # Adjust based on available model os.environ["OPENAI_API_KEY"] = 'am using groq api' # Initialize tools search_tool = SerperDevTool() website_searcher = WebsiteSearchTool() # Define your agents with roles and goals webfinder = Agent( role="website finder", goal="Find the top 10 new AI news of the day", backstory="You are an AI agent who can find the best websites containing AI news", memory=True, verbose=True, allow_delegation=False, tools=[search_tool] ) webscraper = Agent( role="webscraper", goal="Scrape the websites passed to you", backstory="You are an AI agent who can scrape websites. You have a decade of experience scraping websites and can extract all the important AI news.", memory=True, verbose=True, allow_delegation=False, tools=[website_searcher] ) writer = Agent( role="Writer", goal="Write an AI newsletter based on the info provided to you", backstory="You are an AI agent who can write AI newsletters based on the provided info. Your newsletter should be short, accurate, and comprehensive.", memory=True, verbose=True, allow_delegation=False, ) manager = Agent( role="Manager", goal="Manage the AI newsletter crew by correctly delegating tasks to the appropriate agents", backstory="You are a manager working for a newsletter creation company. You should correctly delegate tasks to the webfinder, webscraper, and writer agents.", memory=True, verbose=True, allow_delegation=True, ) # Define tasks task1 = Task( description="Find the top 10 websites containing AI news of the day.", agent=webfinder, expected_output="websites links to each of the websites containing AI news of the day"
GPT4o
guys how many of you watched the openai gpt4o video https://www.youtube.com/live/DQacCB9tDaw?si=gq9Iw-bxlrPvjcag it's free , and they are also opening gpt-store for free user's
1
0
Suggest some of the best free resources to learn math for ML
guys am just a high school student in India , and want to enter the world of ML and deep learning and I see a that a good understanding of Maths is required for it to understand them on a deeper level can some body suggest me things to do to move forward
0 likes • May '24
no, I have saved some resources like his youtube video and other's and I was looking for some others as well to ensure the best. And is currently exploring ML specialisation course by Andrew Ng
0 likes • May '24
@Mykola N can you provide the link
1-3 of 3
Mohammed Anas
1
4points to level up
@mohammed-anas-8341
Name is Anas, from India, AI enthusiast.

Active 101d ago
Joined May 10, 2024
Powered by