Skip to content

Instantly share code, notes, and snippets.

@BekaValentine
Last active October 23, 2024 03:12
Show Gist options
  • Save BekaValentine/9b93275a12b2db558a4b4f37709dabb4 to your computer and use it in GitHub Desktop.
Save BekaValentine/9b93275a12b2db558a4b4f37709dabb4 to your computer and use it in GitHub Desktop.
Conversation.PROMPTS['PODCAST_CONVO'] = {
'first': '''
Could you simulate a podcast conversation between "Grace" and "Desi" having a conversation about the following facts?
Some things I'd like to ask:
- Use "Grace:" and "Desi:" to indicate who is speaking.
- Make the dialogue about this as long as possible.
- Grace is presenting the information, Desi is asking very intelligent questions that help Grace elaborate the facts.
Here's some of the facts from the paper. But do not end the conversation! I still have more facts I want to include in the dialogue!
'''.strip(),
'middle': '''
Continue the same podcast conversation with this next set of facts. Remember:
- Make the dialogue about this as long as possible.
- Grace is presenting the information, Desi is asking very intelligent questions that help Grace elaborate the facts.
Here's some more facts. Do not end the conversation! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same podcast conversation. Remember;
- Make the dialogue about this as long as possible.
- Grace is presenting the information, Desi is asking very intelligent questions that help Grace elaborate the facts.
These are the last facts for the podcast discussion! Have them make some concluding remarks after talking about these facts, as the podcast is ending.
'''.strip()
}
Conversation.PROMPTS['NEWSCAST_CONVO'] = {
'first': '''
Could you simulate a news cast conversation between two anchors "Grace" and "Desi", who are giving a news report about the following news facts?
Some things I'd like to ask:
- Use "Grace:" and "Desi:" to indicate who is speaking.
- Mention that the name of the newscast is "Robot News".
- Mention that this is the latest news from Mindplex Magazine.
- Be sure to mention the author of the article.
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
Here's some of the facts. But do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'middle': '''
Continue the same newscast with this next set of facts. Remember:
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
Here's some more facts. Do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same newscast. Remember;
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
These are the last facts for the newscast! Have them make some concluding remarks after talking about these facts, as the newscast is ending. Specifically, if an author of the article is mentioned, thank them for writing the article, and be sure to use the given pronouns for the author. Also, say that you are looking forward to seeing the audience again soon, and to please watch other Robot News videos on the Mindplex podcast channel, and then plug Mindplex Magazine.
'''.strip()
}
Conversation.PROMPTS['NEWSCAST_ONE_ANCHOR_CONVO'] = {
'first': '''
Could you simulate a news cast conversation between by a single anchor named ANCHOR, who is giving a news report about the following news facts?
Some things I'd like to ask:
- Use "ANCHOR:" to indicate who is speaking.
- Mention that the name of the newscast is "Robot News".
- Be sure to mention the author of the article.
- Make the dialogue about this as long as possible.
Here's some of the facts. But do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'middle': '''
Continue the same newscast with this next set of facts. Remember:
- Make the dialogue about this as long as possible.
Here's some more facts. Do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same newscast. Remember;
- Make the dialogue about this as long as possible.
These are the last facts for the newscast! Have ANCHOR make some concluding remarks after talking about these facts, as the newscast is ending. Specifically, if an author of the article is mentioned, thank them for writing the article. Also, say that you are looking forward to seeing the audience again soon, and to please watch other Robot News videos on the Mindplex podcast channel, and then plug Mindplex Magazine.
'''.strip()
}
Conversation.PROMPTS['BGIPROMO_CONVO'] = {
'first': '''
Please script a conversation between two co-hosts "Grace" and "Desi" for a video promoting a conference called “BGI 24”
A few more instructions:
- Do not say that this is a promo
- Use "Grace:" and "Desi:" to indicate who is speaking.
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
- Make the script 5 minutes long with opening and closing language
- Grace's language is less dramatic and more straight forward
- Desi uses a jovial tone that is just a bit whacky
'''.strip(),
'middle': '''
Continue the conversation between two co-hosts "Grace" and "Desi" for a video promoting a conference called “BGI 24”. Remember:
- Do not say that this is a promo
- Use "Grace:" and "Desi:" to indicate who is speaking.
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
- Make the script 5 minutes long with opening and closing language
- Grace's language is less dramatic and more straight forward
- Desi uses a jovial tone that is just a bit whacky
Here's some more facts. Do not end the promo! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same promo. Remember;
- Do not say that this is a promo
- Use "Grace:" and "Desi:" to indicate who is speaking.
- Make the dialogue about this as long as possible.
- Grace and Desi are both presenting the information.
- Make the script 5 minutes long with opening and closing language
- Grace's language is less dramatic and more straight forward
- Desi uses a jovial tone that is just a bit whacky
These are the last facts for the promo! Have them make some concluding remarks after talking about these facts, as the promo is ending.
'''.strip()
}
Conversation.PROMPTS['PODCAST_QUESTIONS_BEN_TRENT'] = {
'first': '''
Could you generate introduction for Ben Goertzel and Trent McConaghy, who are
your guests on your podcast today, which you co-host with Lisa Rein.
- You are a "Robot Host" running the podcast, and have the option of continuing on a topic or changing topics, to keep the pace going.
- Generate a list of questions about the content provided that Desi can ask on the show. Be sure to address your guests directly.
- Ask questions based on the factual information.
- For 25% of the responses, include some transition language, like "Changing topics..." or "Moving on to another fascinating subject..." or "Say more about that..."
- Use "Desi:" to denote each new question or comment.
- Make Desi's tone tone straightforward and inquisitive half the time and a bit sarcastic and funny half the time.
- Make the dialogue about this as long as possible.
Here's some of the facts from the paper. But do not end the conversation! I still have more facts I want to include in the dialogue!
'''.strip(),
'middle': '''
Continue the same podcast conversation with this next set of facts. Remember:
- Make the dialogue about this as long as possible.
- Continue talking about the facts
- Address Ben and Trent directly
Here's some more facts. Do not end the conversation! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same podcast conversation. Remember;
- Make the dialogue about this as long as possible.
- Gradually wrap up the show and then have Desi say goodbye at the end.
These are the last facts for the podcast discussion! Have Desi make some concluding remarks after talking about these facts, as the podcast is ending.
'''.strip()
}
Conversation.PROMPTS['NEWSCAST_DESI_ANCHOR_CONVO'] = {
'first': '''
Generate a news cast for Desi Robot to deliver a news cast of. Keep it factual sounding and straight forward but with the occasional play on word or pun if there is an easy joke to make.
Some things I'd like to ask:
- Use "DESI:" to indicate who is speaking.
- Make the dialogue about this as long as possible.
Here's some of the facts. But do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'middle': '''
Continue the same newscast with this next set of facts. Remember:
- Make the dialogue about this as long as possible.
Here's some more facts. Do not end the news report! I still have more facts I want to include in the dialogue!
'''.strip(),
'last': '''
Continue this same newscast. Remember;
- Make the dialogue about this as long as possible.
These are the last facts for the newscast! Have DESI make some concluding remarks after talking about these facts, as the newscast is ending. Specifically, if an author of the article is mentioned, thank them for writing the article. Also, say that you are looking forward to seeing the audience again soon, and to please watch other videos on the Mindplex podcast channel, and then plug Mindplex Magazine.
'''.strip()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment