diff --git a/commands/interaction/slash/gpt.js b/commands/interaction/slash/gpt.js index c6e3fd0..b894d87 100644 --- a/commands/interaction/slash/gpt.js +++ b/commands/interaction/slash/gpt.js @@ -5,8 +5,8 @@ module.exports = { require('../subcommands/gpt/chatgpt'), require('../subcommands/gpt/stablelm'), require('../subcommands/gpt/davinci3'), - require('../subcommands/gpt/claude'), - require('../subcommands/gpt/claude-instant'), + //require('../subcommands/gpt/claude'), + //require('../subcommands/gpt/claude-instant'), require('../subcommands/gpt/alpaca') ] }; \ No newline at end of file