Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riolaf05 committed Jul 18, 2024
1 parent df147c1 commit e9c8ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crewai_components/agents.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from crewai import Agent, Task, Crew, Process
from dotenv import load_dotenv
from crewai_components.tools import github_tools, search_tool
# from crewai_components.tools import github_tools, search_tool
from langchain_groq import ChatGroq
from langchain_openai import ChatOpenAI
load_dotenv(override=True)
Expand Down

0 comments on commit e9c8ef7

Please sign in to comment.