Commit
·
d0853e2
1
Parent(s):
37f2606
hardcode: msg for cid
Browse files
app.py
CHANGED
@@ -42,25 +42,25 @@ def get_initial_analysis(
|
|
42 |
"""Perform initial analysis of the transcript using OpenAI."""
|
43 |
if cid == "9v3b-j426-kxxv_2024-11-19T204924" and rsid == "2024-11-19T223131":
|
44 |
hardcoded_message = """**Mala Ramakrishnan**
|
45 |
-
1. [Introduction and Event Overview <div id='topic' style
|
46 |
-
2. [Advice for Startup Founders <div id='topic' style
|
47 |
|
48 |
**Raymond Lee**
|
49 |
-
1. [Event Introduction and Agenda <div id='topic' style
|
50 |
-
2. [Introduction of Mala Ramakrishnan <div id='topic' style
|
51 |
|
52 |
**Vince Lane**
|
53 |
-
1. [Introduction and Background <div id='topic' style
|
54 |
-
2. [Advice for Founders <div id='topic' style
|
55 |
|
56 |
**Marriott Wharton**
|
57 |
-
1. [Introduction and Investment Focus <div id='topic' style
|
58 |
-
2. [AI as a Fundamental Tool <div id='topic' style
|
59 |
|
60 |
**spk_2**
|
61 |
-
1. [Introduction and Investment Focus <div id='topic' style
|
62 |
-
2. [Caution in AI Investments <div id='topic' style
|
63 |
-
|
64 |
|
65 |
collected_message = ""
|
66 |
chunks = [
|
|
|
42 |
"""Perform initial analysis of the transcript using OpenAI."""
|
43 |
if cid == "9v3b-j426-kxxv_2024-11-19T204924" and rsid == "2024-11-19T223131":
|
44 |
hardcoded_message = """**Mala Ramakrishnan**
|
45 |
+
1. [Introduction and Event Overview <div id='topic' style="display: inline"> 40s at 03:20 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{200}}&et={{240}}&uid={{uid}})
|
46 |
+
2. [Advice for Startup Founders <div id='topic' style="display: inline"> 45s at 26:10 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{1570}}&et={{1615}}&uid={{uid}})
|
47 |
|
48 |
**Raymond Lee**
|
49 |
+
1. [Event Introduction and Agenda <div id='topic' style="display: inline"> 120s at 00:39 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{39}}&et={{159}}&uid={{uid}})
|
50 |
+
2. [Introduction of Mala Ramakrishnan <div id='topic' style="display: inline"> 20s at 02:51 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{171}}&et={{191}}&uid={{uid}})
|
51 |
|
52 |
**Vince Lane**
|
53 |
+
1. [Introduction and Background <div id='topic' style="display: inline"> 60s at 04:42 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{282}}&et={{342}}&uid={{uid}})
|
54 |
+
2. [Advice for Founders <div id='topic' style="display: inline"> 60s at 19:48 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{1188}}&et={{1248}}&uid={{uid}})
|
55 |
|
56 |
**Marriott Wharton**
|
57 |
+
1. [Introduction and Investment Focus <div id='topic' style="display: inline"> 60s at 06:36 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{396}}&et={{456}}&uid={{uid}})
|
58 |
+
2. [AI as a Fundamental Tool <div id='topic' style="display: inline"> 60s at 08:39 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{519}}&et={{579}}&uid={{uid}})
|
59 |
|
60 |
**spk_2**
|
61 |
+
1. [Introduction and Investment Focus <div id='topic' style="display: inline"> 60s at 05:56 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{356}}&et={{416}}&uid={{uid}})
|
62 |
+
2. [Caution in AI Investments <div id='topic' style="display: inline"> 60s at 10:50 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{650}}&et={{710}}&uid={{uid}})
|
63 |
+
"""
|
64 |
|
65 |
collected_message = ""
|
66 |
chunks = [
|