mic-bot/external/openai_gpt.ts
Dmitry Anderson e6ee3ee695 Minor changes
- Prod dockerfile changes + deno downgrade
- Locale files added
- Trying to make bot working with i18n
2024-10-27 18:49:21 +01:00

9 lines
226 B
TypeScript

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