
The frontmatter controls where the page appears. Everything below it is ordinary Markdown with three small extensions: cards, notices, and button links.
Headings create the page outline. Fenced blocks create copyable code. Normal links stay text links, and links prefixed with button: become buttons.
Python
from openai import OpenAI
client = OpenAI(
api_key="TEENAGEWORKS_API_KEY",
base_url="https://api.teenage.works/v1",
)On this page