2
0

Add Mistral AI block

Closes #1179
This commit is contained in:
Baptiste Arnaud
2024-01-25 16:35:16 +01:00
parent ab010657b2
commit b68f16f4f7
16 changed files with 491 additions and 5 deletions

View File

@ -275,7 +275,7 @@ const createAuthFile = async (
apiKey: option.string.layout({
label: 'API key',
isRequired: true,
input: 'password',
inputType: 'password',
helperText:
'You can generate an API key [here](<INSERT_URL>).',
}),