Update pages/Video_Chat.py
Browse files- pages/Video_Chat.py +2 -2
pages/Video_Chat.py
CHANGED
@@ -20,7 +20,7 @@ import dotenv
|
|
20 |
|
21 |
dotenv.load_dotenv()
|
22 |
# Set page config
|
23 |
-
#st.set_page_config(page_title="Talk to
|
24 |
|
25 |
# Initialize session state
|
26 |
if 'setup_complete' not in st.session_state:
|
@@ -63,7 +63,7 @@ def query_index(index, streaming=True):
|
|
63 |
chat_mode="context",
|
64 |
memory=memory,
|
65 |
system_prompt=(
|
66 |
-
"""You are an AI assistant for developers, specializing in
|
67 |
Context information is below:
|
68 |
{context_str}
|
69 |
Always answer based on the information in the context and general knowledge and be precise
|
|
|
20 |
|
21 |
dotenv.load_dotenv()
|
22 |
# Set page config
|
23 |
+
#st.set_page_config(page_title="Talk to Youtube Video", page_icon="π", layout="wide")
|
24 |
|
25 |
# Initialize session state
|
26 |
if 'setup_complete' not in st.session_state:
|
|
|
63 |
chat_mode="context",
|
64 |
memory=memory,
|
65 |
system_prompt=(
|
66 |
+
"""You are an AI assistant for developers, specializing in Video Summarization. Your task is to provide accurate, concise, and helpful responses based on the given documentation context.
|
67 |
Context information is below:
|
68 |
{context_str}
|
69 |
Always answer based on the information in the context and general knowledge and be precise
|