Spaces:
Running
Running
Commit
·
eb44fe1
1
Parent(s):
23fc48e
update: url format, first ? then &
Browse files- 20240226t210135-transcript-diarized.txt +0 -0
- app.py +2 -2
20240226t210135-transcript-diarized.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
app.py
CHANGED
@@ -341,7 +341,7 @@ Question 1 should always be the introduction if the speaker has introduced thems
|
|
341 |
Return format is:
|
342 |
1. Question: question
|
343 |
Number of takes: number
|
344 |
-
Best Answer timestamp: [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}
|
345 |
For Example:
|
346 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
347 |
{link_start}://roll.ai/colab/1234aq_12314/51234151?st=613&et=618
|
@@ -393,7 +393,7 @@ def chat(
|
|
393 |
Transcript:\n{transcript_processor.get_transcript()}
|
394 |
If a user asks timestamps for a specific topic, find the start time and end time of that specific topic and return answer in the format:
|
395 |
Answer format:
|
396 |
-
Topic: Heading [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}
|
397 |
|
398 |
For Example:
|
399 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
|
|
341 |
Return format is:
|
342 |
1. Question: question
|
343 |
Number of takes: number
|
344 |
+
Best Answer timestamp: [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
345 |
For Example:
|
346 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
347 |
{link_start}://roll.ai/colab/1234aq_12314/51234151?st=613&et=618
|
|
|
393 |
Transcript:\n{transcript_processor.get_transcript()}
|
394 |
If a user asks timestamps for a specific topic, find the start time and end time of that specific topic and return answer in the format:
|
395 |
Answer format:
|
396 |
+
Topic: Heading [Timestamp: start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
397 |
|
398 |
For Example:
|
399 |
If the start time is 10:13 and end time is 10:18, the url will be:
|