Skip to content

Commit 805d948

Browse files
vinod0mCopilot
andauthored
Update src/agents/deepagent.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e8fb4c0 commit 805d948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/deepagent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def main():
162162
args = parser.parse_args()
163163

164164
# Load environment variables from .env file
165-
load_dotenv()
165+
load_dotenv(os.path.join(os.path.dirname(__file__), ".env"))
166166

167167
api_key = None
168168
if not args.dry_run:

0 commit comments

Comments
 (0)