Skip to content

Commit

Permalink
Update agent_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiteshydv001 authored Feb 23, 2025
1 parent 4f75a52 commit 16fc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/agent_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ✅ Load environment variables from .env file
load_dotenv()

# ✅ Fetch API key from environment variable
# ✅ Fetch API key from environment vars
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")

if not GEMINI_API_KEY:
Expand Down

0 comments on commit 16fc1f8

Please sign in to comment.