vercel wins

This commit is contained in:
derpystuff 2023-04-23 21:09:27 +02:00
parent 27bc88ea15
commit e0aadaa2cf
7 changed files with 0 additions and 320 deletions

View file

@ -1,12 +0,0 @@
module.exports = {
description: 'Generate text via Large Language Models',
name: 'gpt',
options: [
require('../subcommands/gpt/chatgpt'),
require('../subcommands/gpt/stablelm'),
require('../subcommands/gpt/davinci3'),
//require('../subcommands/gpt/claude'),
//require('../subcommands/gpt/claude-instant'),
require('../subcommands/gpt/alpaca')
]
};