From 7b8af22921895218e97a3b86bd6c20bf9e336d7f Mon Sep 17 00:00:00 2001 From: Madhu Date: Sun, 24 Nov 2024 02:36:01 +0530 Subject: [PATCH] Diet-Fitness Agent - Readme update --- ai_agent_tutorials/ai_health-fitness_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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