Demo / README.md
HanLee's picture
feat: 03_07
8658715
|
raw
history blame
900 Bytes

Hands-On AI: Building and Deploying LLM-Powered Apps

This is the repository for the LinkedIn Learning course Hands-On AI: Building and Deploying LLM-Powered Apps. The full course is available from [LinkedIn Learning][lil-course-url].

See the readme file in the main branch for updated instructions and information.

Lab6: Prompt Engineering

With the prompt templates extracted from the code, we can iterate on the prompts to fix the problem that we have observed!

Please iterate on the prompts and ensure the model can respond properly to our sample question.

Exercises

Please find a prompt in our Chainlit application's playground that ensures our sample question is answered properly. And then edit prompt.py with the newly discovered/engineered prompt.

References