mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-16 09:57:09 -04:00
vercel wins
This commit is contained in:
parent
27bc88ea15
commit
e0aadaa2cf
7 changed files with 0 additions and 320 deletions
|
@ -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')
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue