Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
- 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>
|
|
|
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 after the video_id, only mention the video in the citation if the title matches with the query. ALso mention the video title while giving citations
|
53 |
+
- Always provide the citations at the end with their title and link
|
54 |
|
55 |
- Try to strucutre your response in markdown format, use points, tables, bold formats and much more to beautify the response
|
56 |
</rules>
|