Spaces:
Sleeping
Sleeping
Commit
·
1a4f003
1
Parent(s):
b88a317
remove: verbosity
Browse files
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -347,7 +347,7 @@ Question 1 should always be the introduction if the speaker has introduced thems
|
|
347 |
Return format is:
|
348 |
1. Question Title
|
349 |
Number of takes: number
|
350 |
-
[Best Answer
|
351 |
For Example:
|
352 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
353 |
{link_start}://roll.ai/colab/1234aq_12314/51234151?st=613&et=618
|
@@ -358,7 +358,7 @@ In the URL, make sure that after RSID there is ? and then rest of the fields are
|
|
358 |
You should mention the Speaker Name first, then atleast 3 posts with their timestamps, and so on.
|
359 |
Return format is:
|
360 |
Speaker Name
|
361 |
-
1. [Topic Title
|
362 |
2....
|
363 |
For Example:
|
364 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
|
|
347 |
Return format is:
|
348 |
1. Question Title
|
349 |
Number of takes: number
|
350 |
+
[Best Answer: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
351 |
For Example:
|
352 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
353 |
{link_start}://roll.ai/colab/1234aq_12314/51234151?st=613&et=618
|
|
|
358 |
You should mention the Speaker Name first, then atleast 3 posts with their timestamps, and so on.
|
359 |
Return format is:
|
360 |
Speaker Name
|
361 |
+
1. [Topic Title: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
362 |
2....
|
363 |
For Example:
|
364 |
If the start time is 10:13 and end time is 10:18, the url will be:
|