We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d18e8 commit 6d54474Copy full SHA for 6d54474
agents.py
@@ -9,9 +9,7 @@
9
from agno.tools.duckduckgo import DuckDuckGoTools
10
from agno.agent import Agent, RunResponse
11
12
-load_dotenv(dotenv_path=".env")
13
-GROQ_API_KEY = os.getenv("api_key")
14
-
+GROQ_API_KEY = os.getenv("GROQ_API_KEY")
15
groq_client = groq.Client(api_key=GROQ_API_KEY)
16
17
if not GROQ_API_KEY:
0 commit comments