chore: update main.py and include sample generated script
- Corrected code in main.py to address issues and enhance functionality. - Added a sample script generated by the application for reference and demonstration purposes.
This commit is contained in:
parent
d340e155f5
commit
7e602884be
|
@ -0,0 +1,60 @@
|
|||
|
||||
INTRO:
|
||||
|
||||
Welcome, welcome, friends! I'm glad you've tuned in today. We've got another marvelous episode of Listenology coming your way. This isn't just any podcast; it's enhanced by the magic of AI, making the art of listening just a tad more fascinating.
|
||||
|
||||
Our journey today is divided into three intriguing parts, each one promising a deep dive into something fresh and thought-provoking.
|
||||
|
||||
First up, we've got something that's sure to pique your curiosity. It's a topic that's constantly buzzing around our lives, and it seems we can't escape its grasp. Any guesses? Well, let's just say it's something that has a tremendous impact on our young ones. Keep your guesses ready, because we're about to unbox it soon.
|
||||
|
||||
Moving on, we're going to pivot to another sphere, an area that might not be part of your everyday conversation, but it's something you've definitely pondered upon at least once. It's a topic that's sure to make you look at things from a different perspective. But hey, no spoilers here, you'll have to stick around to find out.
|
||||
|
||||
Lastly, we've got something that's a bit of a wild card. It's a blend of history, science, culture, and well, a little bit of mystery. It's something that will have us journeying through time and space. Intrigued? Well, you should be.
|
||||
|
||||
So, there you have it, folks. Three exciting segments, each one a surprise, each one a journey. So sit back, relax, and let's delve into the marvelous world of Listenology.
|
||||
|
||||
SEGUE 1:
|
||||
|
||||
Coming up next, we'll need your help to clarify something. Stay tuned as we delve into an intriguing discussion about your topic suggestions. Can't wait to get your input!
|
||||
|
||||
SEGMENT 1:
|
||||
|
||||
I'm sorry but the provided topic is not clear. Could you please provide a more specific topic for the podcast? For example, it could be something like "The Impact of Social Media on Teenagers" or "The Importance of Space Exploration".
|
||||
|
||||
AD BREAK 1:
|
||||
|
||||
Today's podcast is brought to you by ad1! Do you ever find yourself stuck in a rut, unsure of how to unleash your creativity? Well, ad1 is here to help. Their groundbreaking app helps you channel your inner artist by offering a platform for you to create, share, and explore. With ad1, you can connect with like-minded creators, get inspired, and start your own creative journey. So why wait? Kickstart your creativity today with ad1!
|
||||
|
||||
SEGUE 2:
|
||||
|
||||
Hold onto your headphones folks, because we need to change our course a bit. I need some specific topics from you to keep our conversation going. Let's make our podcast journey as exciting as possible!
|
||||
|
||||
SEGMENT 2:
|
||||
|
||||
I'm sorry, but "topic2" isn't a valid topic. Could you please provide a specific topic that you'd like me to discuss in the podcast segment?
|
||||
|
||||
AD BREAK 2:
|
||||
|
||||
Today's podcast is brought to you by ad2. In this digital age, where it's incredibly important to stand out and make your mark, ad2 is here to help you do just that. With ad2's innovative advertising services, you can revolutionize your brand's online presence. Whether you're a small business owner, an aspiring influencer, or just someone looking to increase their digital footprint, ad2's got you covered. Step up your marketing game and capture the attention of your audience like never before. Remember, with ad2, it's not just advertising, it's advertising done right.
|
||||
|
||||
SEGUE 3:
|
||||
|
||||
Coming up next, we're leaping headfirst into the mysterious world of... well, we're not quite sure yet! You'll have to stick around to find out, so don't go away!
|
||||
|
||||
SEGMENT 3:
|
||||
|
||||
I'm sorry, but "topic3" is too vague. Could you please provide more specific information about the topic you would like the script to cover? For instance, are you interested in a specific historical event, a scientific phenomenon, a cultural trend, or something else?
|
||||
|
||||
OUTRO:
|
||||
|
||||
And there we have it, folks! Another episode of Listenology, your favorite AI-assisted podcast has come to a close. We dove into some fascinating topics today and I hope you all enjoyed it as much as I did.
|
||||
|
||||
But before we wrap up, I'd like to give a big shout out to our wonderful sponsors who make this all possible. First up, a huge thanks to ad1! If you're looking to unleash your creativity and connect with like-minded creators, their app can kickstart your artistic journey in an amazing way.
|
||||
|
||||
And let's not forget about ad2! They're revolutionizing the advertising game and can help you make your mark in this digital world. Whether you're a small business owner or an aspiring influencer, ad2 can help elevate your online presence to the next level.
|
||||
|
||||
Remember, without our sponsors, we wouldn't be able to bring you this podcast, so be sure to show them some love!
|
||||
|
||||
Thanks again for tuning in to Listenology. Don't forget to visit our website for more information on what we covered today.
|
||||
|
||||
Until next time, keep listening, keep learning, and keep growing! See you on the next episode of Listenology!
|
|
@ -17,7 +17,7 @@ def gencast(name, desc, topics, ads):
|
|||
|
||||
# (CONTENT) Generate scripts for top 3 comments from FIRST pinned post
|
||||
script_segments = []
|
||||
for topic in topics::
|
||||
for topic in topics:
|
||||
script_segment = open_ai_stuff.generate_response(podcast_segment.SYSTEM_PROMPT, podcast_segment.PROMPT.format(topic=topic))
|
||||
script_segments.append(script_segment)
|
||||
|
||||
|
|
Loading…
Reference in New Issue