updated customer_support_voice_agent
This commit is contained in:
parent
2831755323
commit
c466381d52
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue