File size: 900 Bytes
2dd27c9
 
cd46d41
 
8658715
 
cd46d41
8658715
cd46d41
ce5d5d0
845ed2b
8658715
3a5a4c6
324b092
 
ce5d5d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

- [Prompt Engineering vs Blind Prompting](https://mitchellh.com/writing/prompt-engineering-vs-blind-prompting)