Programming LLMs

Below are some helpful tutorials and tools to get started with large language models (LLMs) in health-related or HCI research.


OpenAI Academy

Unlock opportunities in the AI era by building your knowledge and skills. Offers a structured curriculum on prompt engineering, model deployment, and ethical use of AI.

OpenAI API Documentation

Official documentation for working with OpenAI’s models. Includes guides on prompt design, usage limits, safety best practices, and more.

LangChain Tutorials

A framework for building applications using LLMs. Includes Python-based examples for chaining prompts, integrating memory, and using APIs.