mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Speex: ghost key to 'tts' for remembering the pass
This commit is contained in:
@@ -31,7 +31,7 @@ function CredentialsApiKeyInputs({ credentials, onUpdate, vendorType, showHost,
|
||||
return <>
|
||||
|
||||
<FormSecretField
|
||||
autoCompleteId={`speex-${vendorType}-key`}
|
||||
autoCompleteId={`tts-${vendorType}-key`}
|
||||
title='API Key'
|
||||
description={hostRequired ? 'Optional' : speexVendorTypeLabel(vendorType)}
|
||||
value={credentials.apiKey}
|
||||
|
||||
Reference in New Issue
Block a user