Experiment with LLM parameters
The OpenAI Playground used to let you interact directly with GPT models, tweak parameters and see how these settings change the model's behavior.
It was discontinued in 2023, because OpenAI didn't want to expose the underlying model for safety reasons. For this workshop, I've built (vibe coded) a simplified version of the playground using ChatGPT instead of the original gpt-3 model.
Go to The ChatGPT playground and enter the APÏ key
Type whatever prompt and change only the temperature:
0 — run it 3 times. What do you notice?1 — run it 3 times. What changes?2 — run it 3 times. What happens?Invent a hard prompt and try it with different models:
gpt-4o-mini — fast and cheapgpt-4o — smarter but slowerTry with: A logic puzzle, a coding question, or "Explain quantum entanglement like I'm 5"
The system prompt sets the model's behavior. Try different ideas:
For example, use one of these system prompts: - "You are a helpful assistant" (default) - "You are a pirate. Respond only in pirate speak." - "You are a skeptical scientist. Question everything." - "Respond in exactly 10 words."