From 615fd4bc8224e7a54db3d30999131912bae4df37 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 22 Apr 2023 13:17:36 +0200 Subject: [PATCH] disable claude --- commands/interaction/slash/gpt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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