diff --git a/ai_agent_tutorials/ai_health-fitness_agent/README.md b/ai_agent_tutorials/ai_health-fitness_agent/README.md index 3aa3218..ac787b1 100644 --- a/ai_agent_tutorials/ai_health-fitness_agent/README.md +++ b/ai_agent_tutorials/ai_health-fitness_agent/README.md @@ -42,12 +42,12 @@ Ensure these dependencies are installed via the `requirements.txt` file. Follow the steps below to set up and run the application: - Before anything else, Please get a free Gemini API Key provided by Google AI here: https://aistudio.google.com/apikey +Before anything else, Please get a free Gemini API Key provided by Google AI here: https://aistudio.google.com/apikey 1. **Clone the Repository**: ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_agent_tutorials``` + cd ai_agent_tutorials 2. **Install the dependencies** ```bash pip install -r requirements.txt