From f4337970c1e683a7c29266ed078277db56aa8817 Mon Sep 17 00:00:00 2001 From: Tammy-228 <137596789+Tammy-228@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:49:13 +1100 Subject: [PATCH] Update README.md --- ai_agent_tutorials/multimodal_ai_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai_agent_tutorials/multimodal_ai_agent/README.md b/ai_agent_tutorials/multimodal_ai_agent/README.md index bec4ebd..1cb9b4d 100644 --- a/ai_agent_tutorials/multimodal_ai_agent/README.md +++ b/ai_agent_tutorials/multimodal_ai_agent/README.md @@ -16,7 +16,7 @@ A Streamlit application that combines video analysis and web search capabilities ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git -cd multimodal_ai_agents +cd ai_agent_tutorials/multimodal_ai_agent ``` 2. Install the required dependencies: @@ -36,4 +36,4 @@ GOOGLE_API_KEY=your_api_key_here 5. Run the Streamlit App ```bash streamlit run multimodal_agent.py -``` \ No newline at end of file +```