updated customer_support_voice_agent
This commit is contained in:
parent
8e038c486b
commit
2831755323
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# 🎙️ AI Customer Support Voice Agent Team for Documentations
|
||||
# 🎙️ Customer Support Voice Agent Team
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -320,7 +320,7 @@ async def process_query(
|
|||
|
||||
def run_streamlit():
|
||||
st.set_page_config(
|
||||
page_title="AI Voice Documentation Agent Team",
|
||||
page_title="Customer Support Voice Agent Team",
|
||||
page_icon="🎙️",
|
||||
layout="wide"
|
||||
)
|
||||
|
|
@ -328,7 +328,7 @@ def run_streamlit():
|
|||
init_session_state()
|
||||
sidebar_config()
|
||||
|
||||
st.title("🎙️ AI Voice Documentation Agent Team")
|
||||
st.title("🎙️ Customer Support Voice Agent Team")
|
||||
st.markdown("""
|
||||
Get OpenAI SDK voice-powered answers to your documentation questions! Simply:
|
||||
1. Configure your API keys in the sidebar
|
||||
Loading…
Reference in a new issue