Andrew Ng and Isa Fulford's released great course called "ChatGPT Prompt Engineering for Developers" on DeepLearning.AI site.
I've followed on-screen instructions to re-create their practical Jupyter notebooks and then adapted the code to run against Azure OpenAI service, as it has slightly different syntax in comparison to the original OpenAI endpoints:
- Guidelines for Prompting;
- Iterative Prompt Development;
- Summarising Prompt Content;
- Inferring Sentiment and Topics;
- Transforming (Language Translation, Spellcheck, Tone Adjustment, Format Conversion);
- Expanding (Customised eMails based on Sentiment);
- Chatbot.