Prerequisites: Basic Python helpful
Level:
Prompt Design
Construct effective prompts to guide LLM behavior and achieve desired outputs.
Advanced Prompting
Implement techniques like few-shot prompting, chain-of-thought, and instruction following.
LLM API Interaction
Integrate LLMs into applications by making API calls and handling responses.
LLM Frameworks
Utilize frameworks such as LangChain or LlamaIndex to structure LLM application development.
Output Management
Parse and validate LLM outputs to ensure application reliability.
Basic RAG
Implement simple Retrieval Augmented Generation patterns to connect LLMs with external data.