Home

Awesome

Learning prompt engineering (PE)

Just one of the things I'm learning. https://github.com/hchiam/learning

According to https://chat.openai.com:

<img src="https://github.com/hchiam/learning-prompt-eng/raw/main/example_prompts/1b_Prompt_Engineering_Explanation_ELI5.png" height="500rem">

Example prompts (/example_prompts)

https://github.com/hchiam/learning-prompt-eng/tree/main/example_prompts#example-prompts

https://chatgpt.com/g/g-RsoXtrv5O-pun-linguist (see my Pun Linguist notes)

https://hchiam-example-prompts.surge.sh

https://hchiam-example-prompts.surge.sh/customer-support-demo (cites docs)

or try it locally with your OpenAI API key set up in example_prompts/.env:

cd example_prompts
npm install # or yarn

npm run dev # or yarn dev
# http://localhost:3000/

You might be interested in the code related to generating prompts for the customer support demo, for example:

From Thomas Frank: https://www.youtube.com/watch?v=NpUuuT_EzSs

Example bookmarklets

https://github.com/hchiam/learning-js/blob/main/bookmarklets/highlightAndSummarizeText.js

https://github.com/hchiam/learning-js/blob/main/bookmarklets/generateMnemonics.js

Links to more learning

https://github.com/hchiam/learning-ml

https://github.com/hchiam/learning-gpt4all

Read + initial research

Miscellaneous resources and notes