Prat0 commited on
Commit
56032b8
β€’
1 Parent(s): eebb559

Update pages/Video_Chat.py

Browse files
Files changed (1) hide show
  1. 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 Software Documentation", page_icon="πŸ“š", layout="wide")
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 technical documentation. 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
 
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