ailiteracynepal 🇳🇵

Chapter 01

Building on top of language models

What an LLM API actually gives you, your first careful call in Python, and the small knob (temperature) that controls how deterministic or creative the output is.

In this chapter

Sections in this chapter

  1. I Section

    What an LLM API gives you (and what it doesn't)

    0 / 2 exercises

  2. II Section

    Your first call: prompts, tokens, and cost

    0 / 2 exercises

  3. III Section

    Temperature, and controlling the output

    0 / 2 exercises