commit
This commit is contained in:
parent
323d861852
commit
3a69d32510
3 changed files with 100 additions and 2 deletions
|
@ -14,6 +14,19 @@ const commands = [
|
|||
],
|
||||
},
|
||||
|
||||
{
|
||||
name: 'quickgpt',
|
||||
description: 'Make a quicker request to the GPT-3.5 API',
|
||||
options: [
|
||||
{
|
||||
name: 'question',
|
||||
description: 'The question you want to ask to the API',
|
||||
type: ApplicationCommandOptionType.String,
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name : 'info',
|
||||
description : 'utilise pas cette commande fdp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue