diff --git a/ai_agent_tutorials/ai_teaching_agent_team/README.md b/ai_agent_tutorials/ai_teaching_agent_team/README.md index 05360ed..5a67383 100644 --- a/ai_agent_tutorials/ai_teaching_agent_team/README.md +++ b/ai_agent_tutorials/ai_teaching_agent_team/README.md @@ -57,6 +57,8 @@ A Streamlit application that brings together a team of specialized AI teaching a - Select Google Account and Done. - On the composio account website, go to apps, select google docs tool, and [click create integration](https://app.composio.dev/app/googledocs) (violet button) and click Try connecting default’s googldocs button and we are done. +3. Sign up and get the [SerpAPI Key](https://serpapi.com/) + ## How to Use? 1. Start the Streamlit app diff --git a/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt b/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt index 653cbc5..d7222b6 100644 --- a/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt +++ b/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt @@ -6,5 +6,4 @@ phidata==2.7.3 composio-phidata==0.6.9 composio_core composio==0.1.1 -google-search-results==2.4.2 - +google-search-results==2.4.2 \ No newline at end of file