1
2
3
import { gpt3 } from "https://esm.town/v/patrickjm/gpt3?v=4";
export const gpt3Example = (prompt) => gpt3({ prompt });