Skip to content

Instantly share code, notes, and snippets.

@sam-paech
sam-paech / gist:2a269e47d1c47e3c0103e2edf5d74e39
Last active September 13, 2025 23:07
squash the em-dash
#!/usr/bin/env python3
"""
Demonstrate banning the em-dash (and common variants) with logit_bias.
import os, sys, textwrap
import openai # pip install openai>=1.9.0
MODEL = "chatgpt-4o-latest"
PROMPT = ("Write a short sentence that would normally include an em dash "
"(for example between two clauses).")