Merge pull request #276 from samuel20miglia/main

Fixed cd path for ai_financial_coach_agent
This commit is contained in:
Shubham Saboo 2025-07-12 10:28:41 -05:00 committed by GitHub
commit c4d8e66f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ Follow the steps below to set up and run the application:
2. **Clone the Repository**: 2. **Clone the Repository**:
```bash ```bash
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/ai_agent_tutorials/ai_financial_coach_agent cd awesome-llm-apps/advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/
``` ```
3. **Install Dependencies**: 3. **Install Dependencies**: