Skip to content

Commit b95ca6e

Browse files
committed
update to assistant
1 parent 933cb1c commit b95ca6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎btree_v2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
Load the file called youtube_transcripts.txt,
6565
analyze the contents for references to search term at the top and then select
6666
the most exciting and relevant video to post on Twitter.
67+
Avoid videos that discuss making money, real estate, crypto currency or are too promotional.
6768
Then write a Twitter post that is relevant to the video,
6869
and include a link to the video, along
6970
with exciting highlights or mentions,
@@ -103,4 +104,4 @@
103104
for i in range(1000):
104105
print(f"Tick {i + 1}")
105106
tree.tick()
106-
time.sleep(300) # Simulate time between ticks
107+
time.sleep(30) # Simulate time between ticks

0 commit comments

Comments
 (0)