Dmitry Anderson
e6ee3ee695
- Prod dockerfile changes + deno downgrade - Locale files added - Trying to make bot working with i18n
9 lines
226 B
TypeScript
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({})
|
|
// }
|