hanshan1988 commited on
Commit
54c0bd1
·
verified ·
1 Parent(s): 43b777f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ youtube_transcript(url: str) -> str:
137
  A single string containing the transcript of the youtube videos.
138
  """
139
  sys_msg = SystemMessage(
140
- content=f"You are a helpful assistant at answering user questions. Your final answer will be between <answers> tags. You can access provided tools:\n{textual_description_of_tool}\n"
141
  )
142
 
143
  return {
 
137
  A single string containing the transcript of the youtube videos.
138
  """
139
  sys_msg = SystemMessage(
140
+ content=f"You are a helpful assistant at answering user questions. Your final answer will be between <answer> and </answer> tags. You can access provided tools:\n{textual_description_of_tool}\n"
141
  )
142
 
143
  return {