// TODO: // Gonna use it later to convert user // text into Safebooru tags using ChatGPT // import OpenAI from "https://deno.land/x/openai@v4.68.2/mod.ts"; // const newOpenAI = () => { // const client = new OpenAI({}) // }