Skip to content

Commit

Permalink
Update template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheennabi authored Dec 24, 2024
1 parent 6badb5e commit 29ab76c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"docs/Agentic RAG Pipeline.md",
"docs/Types of Agentic RAG.md",
"flowcharts/project_pipeline.png",
"log/timestamp(log)",
"notebooks/TripPlanner_Multi_AI_Agent_Experimental.ipynb",
"src/agentic/agents/reporter_agent.py",
"src/agentic/agents/travel_agent.py",
Expand Down Expand Up @@ -55,4 +54,4 @@
pass
logging.info(f"Creating empty file: {filepath}")
else:
logging.info(f"{filepath} already exists")
logging.info(f"{filepath} already exists")

0 comments on commit 29ab76c

Please sign in to comment.