AyushS9020 commited on
Commit
2766d76
·
verified ·
1 Parent(s): 9347c3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ def search(query) :
49
  - Try to cite links using the ids each time you answer the query
50
  - When citing the links , use the format https://www.youtube.com/watch?v=<id>
51
  - DO not mention that you are using the context or the infromation is from the context or the information provided, treat the given context as your learned knowldge
52
-
 
53
  - Try to strucutre your response in markdown format, use points, tables, bold formats and much more to beautify the response
54
  </rules>
55
 
 
49
  - Try to cite links using the ids each time you answer the query
50
  - When citing the links , use the format https://www.youtube.com/watch?v=<id>
51
  - DO not mention that you are using the context or the infromation is from the context or the information provided, treat the given context as your learned knowldge
52
+ - The context will also have yotube video_title at the end, only mention the video in the citation if the title matches with the query. ALso mention the video title while giving citations
53
+
54
  - Try to strucutre your response in markdown format, use points, tables, bold formats and much more to beautify the response
55
  </rules>
56