Slide 41
Slide 41 text
Concept and limitations
For the sake of simplicity, we will
add all TODOs to the prompt, in
JSON format.
Not all models understand JSON.
Remember: LLMs have a context
window (Mistral-7B: 8K).
If you need to chat with larger
sets of text, refer to Retrieval
Augmented Generation (RAG).
These are the todos: [
{name: "Wash clothes"},
{name: "Pet the dog"},
{name: "Take out the trash"}
]
Prompt trifft PWA
Smartere Web-Apps mit Angular und lokaler KI (hands-on)
Chat with data