1
2
3
4
5
6
import { gpt3 } from "https://esm.town/v/patrickjm/gpt3";
export let gpt3Example = gpt3({
prompt: "Write a haiku about being cool:",
})
.then((result) => result.split("\n"));