1
2
3
4
5
import { fineTuneExMispellings } from "https://esm.town/v/stevekrouse/fineTuneExMispellings";
export let fineTuneJSONL = fineTuneExMispellings.map((d) =>
JSON.stringify(d)
).join("\n");