Disabled OpenAI init
Some checks failed
NodBot Production Dockerization / build (pull_request) Has been cancelled
Some checks failed
NodBot Production Dockerization / build (pull_request) Has been cancelled
This commit is contained in:
parent
1a024b216a
commit
d1e2152de9
@ -22,8 +22,8 @@ const Discord = require('discord.js');
|
|||||||
const FuzzySearch = require('fuzzy-search');
|
const FuzzySearch = require('fuzzy-search');
|
||||||
|
|
||||||
// OpenAI
|
// OpenAI
|
||||||
const OpenAI = require("openai");
|
// const OpenAI = require("openai");
|
||||||
const openai = new OpenAI();
|
// const openai = new OpenAI();
|
||||||
|
|
||||||
// Various imports from other files
|
// Various imports from other files
|
||||||
const config = require('./config.json');
|
const config = require('./config.json');
|
||||||
|
Loading…
Reference in New Issue
Block a user