add stablelm

This commit is contained in:
derpystuff 2023-04-21 21:14:38 +02:00
parent f11cb26560
commit 4733de1c5d
4 changed files with 58 additions and 3 deletions

View file

@ -3,6 +3,7 @@ module.exports = {
name: 'gpt',
options: [
require('../subcommands/gpt/chatgpt'),
require('../subcommands/gpt/stablelm'),
require('../subcommands/gpt/davinci3'),
require('../subcommands/gpt/claude'),
require('../subcommands/gpt/claude-instant'),