diff --git a/ai_agent_tutorials/customer_support_voice_agent_team/README.md b/ai_agent_tutorials/customer_support_voice_agent_team/README.md index e2e461c..971fcbe 100644 --- a/ai_agent_tutorials/customer_support_voice_agent_team/README.md +++ b/ai_agent_tutorials/customer_support_voice_agent_team/README.md @@ -1,4 +1,4 @@ -# 🎙️ Customer Support Voice Agent Team +# 🎙️ Customer Support Voice Agent An OpenAISDK powered Agent application that transforms technical documentation into interactive voice-powered responses using OpenAI's GPT-4o-mini and TTS capabilities. The system crawls through documentation websites with firecrawl's Crawl Endpoint, processes the content and embeds them in qdrant, and provides both text and voice responses to user queries, making documentation more accessible and interactive. diff --git a/ai_agent_tutorials/customer_support_voice_agent_team/customer_support_voice_agent.py b/ai_agent_tutorials/customer_support_voice_agent_team/customer_support_voice_agent.py index e1a8f0b..8dad004 100644 --- a/ai_agent_tutorials/customer_support_voice_agent_team/customer_support_voice_agent.py +++ b/ai_agent_tutorials/customer_support_voice_agent_team/customer_support_voice_agent.py @@ -320,7 +320,7 @@ async def process_query( def run_streamlit(): st.set_page_config( - page_title="Customer Support Voice Agent Team", + page_title="Customer Support Voice Agent", page_icon="🎙️", layout="wide" ) @@ -328,7 +328,7 @@ def run_streamlit(): init_session_state() sidebar_config() - st.title("🎙️ Customer Support Voice Agent Team") + st.title("🎙️ Customer Support Voice Agent") st.markdown(""" Get OpenAI SDK voice-powered answers to your documentation questions! Simply: 1. Configure your API keys in the sidebar