mic-bot/external/openai_gpt.ts

9 lines
226 B
TypeScript
Raw Normal View History

// 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({})
// }