Skip to content

Commit

Permalink
Update Rule “chatgpt-for-powerpoint/rule”
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesMaclaren committed Jul 31, 2023
1 parent ef18ea0 commit 951a154
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions rules/chatgpt-for-powerpoint/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
created: 2023-07-31T16:29:02.708Z
guid: 87b105e9-98f7-467e-ad88-7861795bb1d5
---
By now, you’ve probably realised that you can ask ChatGPT to create a content for a PPT, which you can then copy and paste into PowerPoint, but this is still time consuming. The next level is to get it to then create the VBA script that can be run to generate the whole PPT 😀
By now, you’ve probably realised that you can ask ChatGPT to create content for a PPT, which you can then copy and paste into PowerPoint, but this is still time consuming. The next level is to get it to then create the VBA script that can be run to generate the whole PPT 😀

Here’s a great prompt template for doing both! Feel free to play around with things like the preferred format or title colours.

Expand All @@ -19,11 +19,11 @@ Here’s a great prompt template for doing both! Feel free to play around with t
1. Select the **Smart Slides** plugin from the plugin store

::: greybox
You are an expert presentation writer and PowerPoint expert.
Write a PowerPoint presentation on {TOPIC}.
You are an expert presentation writer and PowerPoint expert.\
Write a PowerPoint presentation on {TOPIC}.\
Each slide should have a title. \
The content on each slide should be in bullet point format.
Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.
The content on each slide should be in bullet point format.\
Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.\
1st, ask for the {TOPIC}
:::

Expand All @@ -34,13 +34,13 @@ Figure: Prompt Template for creating a PowerPoint presentation
### If you're on GPT3 (or you want to add more custom specs)

::: greybox
You are an expert presentation writer and PowerPoint expert.
Write a PowerPoint presentation on {TOPIC}.
You are an expert presentation writer and PowerPoint expert.\
Write a PowerPoint presentation on {TOPIC}.\
Each slide should have a title that this is colour: RGB(204, 65, 65). \
The content on each slide should be in bullet point format.
Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.
Then create a VBA script to create the PPT including slide titles and all content on each slide.
Do not save the PPT.
The content on each slide should be in bullet point format.\
Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.\
Then create a VBA script to create the PPT including slide titles and all content on each slide.\
Do not save the PPT.\
1st, ask for the {TOPIC}
:::

Expand Down

0 comments on commit 951a154

Please sign in to comment.